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