import { Ref } from 'react'; declare const Radio: (props: any, ref: Ref) => JSX.Element; export default Radio;