/// import { RadioProps } from './PropsType'; declare function Radio(props: RadioProps): JSX.Element; declare namespace Radio { var RadioItem: typeof import("./RadioItem").default; var defaultProps: { data: any[]; hideLine: boolean; prefixCls: string; row: boolean; type: string; isLimitedWrap: boolean; }; } export default Radio; export { RadioProps } from './PropsType';