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