/// import { Overwrite } from '@epam/uui-core'; import * as uuiComponents from '@epam/uui-components'; interface LabeledInputMods { /** * Defines component size. * @default '36' */ size?: '24' | '30' | '36' | '42' | '48'; } export interface LabeledInputModsOverride { } /** Represents the properties of the LabeledInput component. */ export interface LabeledInputProps extends uuiComponents.LabeledInputProps, Overwrite { } export declare const LabeledInput: import("react").ComponentType>; export {}; //# sourceMappingURL=LabeledInput.d.ts.map