import { FC } from 'react'; import { RadioButtonProps } from './'; export declare const RadioButton: FC;