/// import { InputRadioProps } from './types'; export declare function Radio({ label, name, value, readOnly, onChange, ...props }: InputRadioProps): JSX.Element; //# sourceMappingURL=index.d.ts.map