/// <reference types="react" />
import { IRadioProps } from './AbstractRadio';
export declare function RadioButton<Value>(props: IRadioProps<Value>): JSX.Element;
export default RadioButton;
