import * as React from 'react'; import { RadioPropsType } from './PropsType'; export declare const Radio: React.FC; export default Radio;