export default Radio; declare function Radio({ prefixCls, children, ...props }: { [x: string]: any; prefixCls?: string; children: any; }): import("react").JSX.Element; declare namespace Radio { } //# sourceMappingURL=index.d.ts.map