type Input = string | number | boolean | null | undefined;
type Inputs = Input | Array<Input>;
export declare const cx: typeof makeCls;
export default function makeCls(...inputs: Inputs[]): string;
export {};
