import { ClassValue } from 'clsx'; /** * Utility function to merge Tailwind classes with proper precedence */ export declare function cn(...inputs: ClassValue[]): string; //# sourceMappingURL=cn.d.ts.map