export declare type ClassName = string | undefined; export declare const join: (classNames: (string | undefined)[]) => string;