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