/// interface RadioProps { value: Value; label: string; } export declare function Radio({ value, label, }: RadioProps): JSX.Element; export {};