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