import { type ClassValue } from "clsx"; export declare function cn(...inputs: ClassValue[]): string; export { buttonVariants, type ButtonVariantsProps } from "./button-variants";