import { VariantProps } from "class-variance-authority"; import * as react0 from "react"; import { ButtonHTMLAttributes } from "react"; import * as class_variance_authority_types0 from "class-variance-authority/types"; //#region src/components/ui/button.d.ts declare const buttonVariants: (props?: ({ variant?: "link" | "default" | "outline" | "accent" | "light" | "secondary" | "destructive" | "ghost" | "icon" | null | undefined; size?: "default" | "icon" | "sm" | "md" | "lg" | null | undefined; } & class_variance_authority_types0.ClassProp) | undefined) => string; interface ButtonProps extends ButtonHTMLAttributes, VariantProps { asChild?: boolean; } declare const Button: react0.ForwardRefExoticComponent>; //#endregion export { Button, ButtonProps }; //# sourceMappingURL=button.d.ts.map