import React from 'react'; import { useTranslation } from 'next-i18next'; import PropTypes from 'prop-types'; const RadioButtonForSerchUserOption = (props) => { const { searchType } = props; const { t } = useTranslation(); return (