import { ClassProp } from '../../../../node_modules/class-variance-authority/dist/types'; export { default as Button } from '../../../../node_modules/Button'; export declare const buttonVariants: (props?: ({ variant?: "default" | "destructive" | "outline" | "secondary" | "ghost" | "link" | null | undefined; size?: "default" | "sm" | "lg" | "icon" | null | undefined; } & ClassProp) | undefined) => string;