import type { RadioProps as AntdRadioProps } from 'antd'; export type RadioProps = AntdRadioProps; export declare const Radio: React.FC;