export declare const INPUT_BASE_CLASSES = "h-10 w-full rounded-lg px-3 text-p transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium focus:outline-none disabled:cursor-not-allowed disabled:opacity-50"; export declare const VARIANT_COLORS: { readonly default: "liquid-glass-soft text-foreground"; readonly dialog: "liquid-glass-soft text-foreground"; readonly login: "border-0 bg-background text-foreground shadow-sm ring-1 ring-inset ring-muted focus:bg-background focus:text-foreground focus:ring-2 focus:ring-primary"; readonly lightGrayDisabled: "bg-darkGreyDisabled text-secondary"; }; //# sourceMappingURL=inputClassNames.d.ts.map