import { type ClassValue } from 'clsx';
export declare const cn: (...inputs: ClassValue[]) => string;
