import { type ClassValue } from "clsx"; /** Merge class names with clsx + tailwind-merge. */ export declare function cn(...inputs: ClassValue[]): string; //# sourceMappingURL=utils.d.ts.map