import * as React from 'react'; import { type VariantProps } from 'class-variance-authority'; declare const buttonVariants: (props?: ({ variant?: "default" | "destructive" | "outline" | "secondary" | "ghost" | "link" | "success" | "info" | "warning" | null | undefined; size?: "default" | "sm" | "lg" | "icon" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; /** * Props for the Button component. * * @interface ButtonProps */ export interface ButtonProps extends React.ComponentProps<'button'>, VariantProps { /** * If true, renders the child element in place of the `