/// import { RadioButtonProps } from './types'; declare const RadioButton: (props: RadioButtonProps) => JSX.Element; export default RadioButton;