import { type ClassValue } from "clsx";
/**
 * Helper function that merges tailwindcss
 * class names in the given input array.
 */
export declare function cn(...inputs: ClassValue[]): string;
