import * as React from 'react'; type RadioPropsT = { value: string; label?: string; check?: boolean; setValue?: any; } & React.DetailedHTMLProps, HTMLInputElement>; export declare const Radio: React.ForwardRefExoticComponent & React.RefAttributes>; export {}; //# sourceMappingURL=Radio.d.ts.map