import { default as React } from 'react'; import { RadioProps } from '../interface'; export declare function Radio(props: RadioProps): React.JSX.Element;