declare const inputVariants: (props?: ({ variant?: "outline" | "soft" | null | undefined; size?: "sm" | "md" | "lg" | null | undefined; state?: "self" | "within" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export { inputVariants }; //# sourceMappingURL=input-variants.d.ts.map