import * as React from 'react'; import type { Icon, LabeledInputCoreProps } from '@epam/uui-core'; import type { TooltipProps } from '../overlays'; export interface LabeledInputProps extends LabeledInputCoreProps { /** Overrides the default Tooltip component to use for info tooltip */ Tooltip?: React.ComponentType; /** Overrides the default info icon */ infoIcon?: Icon; } export declare const LabeledInput: React.ForwardRefExoticComponent>; //# sourceMappingURL=LabeledInput.d.ts.map