/// import { Overwrite } from '@epam/uui-core'; import { RadioInputProps as uuiRadioInputProps } from '@epam/uui-components'; type RadioInputMods = { /** * Defines component size. * @default '18' */ size?: '12' | '18'; }; export interface RadioInputModsOverride { } /** Represents the properties of a RadioInput component. */ export interface RadioInputProps extends uuiRadioInputProps, Overwrite { } export declare const RadioInput: import("react").ComponentType>; export {}; //# sourceMappingURL=RadioInput.d.ts.map