/// import { IRadioProps } from './AbstractRadio'; export declare function RadioButton(props: IRadioProps): JSX.Element; export default RadioButton;