import type { StoryObj } from '@storybook/react'; import React from 'react'; declare const meta: { title: string; component: React.ForwardRefExoticComponent, HTMLButtonElement>, "ref">, "onClick"> & import("class-variance-authority").VariantProps<(props?: ({ variant?: "link" | "destructive" | "primary" | "outline" | "secondary" | "ghost" | null | undefined; size?: "sm" | "md" | "lg" | "icon" | null | undefined; } & import("../../utils/cva").ClassProp) | undefined) => string> & { asChild?: boolean; icon?: React.ReactNode; loading?: boolean; tooltip?: React.ReactNode; onClick?(e: React.MouseEvent): void | Promise; } & React.RefAttributes>; args: { children: string; }; }; export default meta; type Story = StoryObj; export declare const Default: Story; export declare const Variants: Story; export declare const Sizes: Story; export declare const Loading: Story; export declare const Async: Story;