import { type ClassValue } from 'clsx';
export type { ClassValue } from 'clsx';
/**
 * Utilizes `clsx` with `tailwind-merge`, use in cases of possible class conflicts.
 */
export declare function cnExt(...classes: ClassValue[]): string;
//# sourceMappingURL=cn.d.ts.map