import { type ClassNameValue } from "tailwind-merge";
export declare function cn(...inputs: ClassNameValue[]): string;
