/// export interface RadioProps { label: string; value: string; } declare const Radio: ({ label, ...restProps }: RadioProps) => JSX.Element; export default Radio; //# sourceMappingURL=radio.d.ts.map