import type { Falsy } from '../types/Falsy'; export declare const composeClassNames: (prefix?: string) => (...args: unknown[]) => string; type CxArg = Falsy | string | { [className: string]: boolean | string | number; }; export declare const cx: (...args: CxArg[]) => string; export declare const cxx: (className: string) => (...args: CxArg[]) => string; export {}; //# sourceMappingURL=composeClassNames.d.ts.map