type ClassValue = string | number | boolean | undefined | null | { [key: string]: any; } | ClassValue[]; export declare function cn(...inputs: ClassValue[]): string; export {}; //# sourceMappingURL=utils.d.ts.map