///
export declare const Input: import("react").ForwardRefExoticComponent<{
label?: import("react").ReactNode;
error?: import("react").ReactNode;
warning?: import("react").ReactNode;
success?: import("react").ReactNode;
variant?: "small" | "default" | undefined;
color?: "default" | "accent" | undefined;
active?: boolean | undefined;
fullwidth?: boolean | undefined;
wrapperRef?: import("react").RefObject | undefined;
as?: undefined;
} & {
type?: "number" | "search" | "text" | "email" | "password" | "tel" | "url" | undefined;
leftDecorator?: import("react").ReactNode;
rightDecorator?: import("react").ReactNode;
} & Omit & import("react").InputHTMLAttributes & {
as?: keyof JSX.IntrinsicElements | undefined;
forwardedAs?: keyof JSX.IntrinsicElements | undefined;
}, "ref" | "type" | keyof {
label?: import("react").ReactNode;
error?: import("react").ReactNode;
warning?: import("react").ReactNode;
success?: import("react").ReactNode;
variant?: "small" | "default" | undefined;
color?: "default" | "accent" | undefined;
active?: boolean | undefined;
fullwidth?: boolean | undefined;
wrapperRef?: import("react").RefObject | undefined;
as?: undefined;
} | "leftDecorator" | "rightDecorator"> & import("react").RefAttributes>;
//# sourceMappingURL=Input.d.ts.map