/// export declare type RadioValue = string | number; export interface RadioProps { value: RadioValue; } export declare const RadioButton: (props: RadioProps) => JSX.Element; //# sourceMappingURL=radio-button.d.ts.map