import * as React from "react"; import type { InputProps } from "./Input.types"; export declare const labelVariants: (props?: ({ size?: "xs" | "sm" | "base" | "l" | "xl" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; declare const Input: React.ForwardRefExoticComponent>; export { Input }; //# sourceMappingURL=Input.d.ts.map