import type { StoryObj } from '@storybook/react'; import * as React from 'react'; declare const meta: { title: string; component: React.ForwardRefExoticComponent, HTMLDivElement>, "ref"> & import("class-variance-authority").VariantProps<(props?: ({ variant?: "destructive" | "primary" | "outline" | "secondary" | null | undefined; } & import("../../utils/cva").ClassProp) | undefined) => string> & React.RefAttributes>; render: (args: Omit, HTMLDivElement>, "ref"> & import("class-variance-authority").VariantProps<(props?: ({ variant?: "destructive" | "primary" | "outline" | "secondary" | null | undefined; } & import("../../utils/cva").ClassProp) | undefined) => string> & React.RefAttributes) => React.JSX.Element; }; export default meta; type Story = StoryObj; export declare const Default: Story; export declare const Variants: Story;