import type { VariantProps } from "class-variance-authority"; import * as React from "react"; declare const buttonVariants: (props?: ({ variant?: "default" | "destructive" | "outline" | "secondary" | "ghost" | "link" | null | undefined; size?: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; declare const Button: React.ForwardRefExoticComponent & React.ButtonHTMLAttributes & VariantProps<(props?: ({ variant?: "default" | "destructive" | "outline" | "secondary" | "ghost" | "link" | null | undefined; size?: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string> & { asChild?: boolean; }, "ref"> & React.RefAttributes>; export { Button, buttonVariants }; //# sourceMappingURL=button.d.ts.map