/** * Construct a string of class names. */ export declare function classNames(...names: any[]): string;