/** * A utility function that combines the `clsx` and `twMerge` libraries to create a * class name string. */ export declare const cn: (...inputs: (string | string[] | undefined)[]) => string; //# sourceMappingURL=cn.d.ts.map