import { type HelperTextProps } from '../input-components/index.js'; import { InferComponentProps } from '../../types.js'; export declare const UsdInput: import("react").ForwardRefExoticComponent, "type" | "value" | "checked"> & { value?: string; uncontrolled?: boolean; } & import("react").RefAttributes & { $error?: string; }, "ref"> & import("react").RefAttributes>>, "name"> & import("react").HTMLAttributes & { label?: import("react").ReactNode; optional?: boolean; required?: boolean; } & Pick & { name: string; allowNegatives?: boolean; } & import("react").RefAttributes>;