/** Join class names, dropping falsy entries. */
export declare function cx(...parts: Array<string | false | null | undefined>): string | undefined;
