import type { StoryObj } from '@storybook/react'; import * as React from 'react'; declare const meta: { title: string; component: React.ForwardRefExoticComponent, "ref"> & import("class-variance-authority").VariantProps<(props?: ({ side?: "top" | "bottom" | "left" | "right" | null | undefined; } & import("../../utils/cva").ClassProp) | undefined) => string> & React.RefAttributes>; argTypes: { side: { options: string[]; control: "radio"; description: string; }; }; render: (args: Omit, "ref"> & import("class-variance-authority").VariantProps<(props?: ({ side?: "top" | "bottom" | "left" | "right" | null | undefined; } & import("../../utils/cva").ClassProp) | undefined) => string> & React.RefAttributes) => React.JSX.Element; }; export default meta; type Story = StoryObj; export declare const Default: Story;