import { type ClassValue } from 'clsx'; /** combines tailwind-merge and clsx to conditionally combine classnames and properly override based on order of classnames */ export declare const cn: (...inputs: ClassValue[]) => string;