/// import { IRadiosProps } from "../../config/type"; declare function FRadios(props: IRadiosProps): JSX.Element; export default FRadios;