type ClassValue = string | undefined | boolean | null | number; export declare function cx(...classNames: Array): string; export {};