import { FunctionComponent } from 'react'; import { RadioProps } from './types'; declare const Radio: FunctionComponent; export default Radio;