import { type ClassValue } from 'clsx'; export declare function cn(...inputs: ClassValue[]): string; export declare function getRandomString(length?: number): string; export declare function capitalize(str?: string): string; //# sourceMappingURL=utils.d.ts.map