export declare const Input: import("react").ForwardRefExoticComponent<{ label?: import("react").ReactNode; error?: import("react").ReactNode | boolean; warning?: import("react").ReactNode | boolean; success?: import("react").ReactNode | boolean; variant?: import("./types.js").InputVariants; color?: import("./types.js").InputColors; active?: boolean; fullwidth?: boolean; wrapperRef?: import("react").RefObject; as?: never; } & { type?: import("./types.js").InputTypes; leftDecorator?: import("react").ReactNode; rightDecorator?: import("react").ReactNode; } & Omit & import("react").InputHTMLAttributes & { as?: keyof JSX.IntrinsicElements; forwardedAs?: keyof JSX.IntrinsicElements; }, "ref" | "type" | keyof { label?: import("react").ReactNode; error?: import("react").ReactNode | boolean; warning?: import("react").ReactNode | boolean; success?: import("react").ReactNode | boolean; variant?: import("./types.js").InputVariants; color?: import("./types.js").InputColors; active?: boolean; fullwidth?: boolean; wrapperRef?: import("react").RefObject; as?: never; } | "leftDecorator" | "rightDecorator"> & import("react").RefAttributes>; //# sourceMappingURL=Input.d.ts.map