import React from 'react'; import PropTypes from 'prop-types'; import { withTranslation } from 'react-i18next'; class RadioButtonForSerchUserOption extends React.Component { render() { const { t, searchType } = this.props; return (