import { default as React } from 'react'; /** * A radio component. */ export declare const RadioInput: React.ForwardRefExoticComponent<{ /** * The CSS class name. */ className?: string; } & Omit, HTMLInputElement>, "ref">, "type"> & { children?: React.ReactNode | undefined; } & React.RefAttributes>; export declare const RadioControl: React.ForwardRefExoticComponent, HTMLInputElement>, "ref">, "type"> & { children?: React.ReactNode | undefined; } & React.RefAttributes, "ref"> & React.RefAttributes>; //# sourceMappingURL=Radio.d.ts.map