export declare function cx(...classNames: Array<string | number | boolean | undefined | null>): string;
