import { type ClassValue } from "./types"; export declare function cn(...inputs: ClassValue[]): string;