import { FC } from 'react'; import { AbstractCheckboxProps } from '../Checkbox/Checkbox'; import { RadioChangeEvent } from './interface'; export declare type RadioButtonProps = AbstractCheckboxProps; declare const RadioButton: FC; export default RadioButton;