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