///
import type { StoryObj } from '@storybook/react';
declare const meta: {
title: string;
component: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>;
parameters: {
description: string;
shadcn: string;
radix: string;
};
};
export default meta;
type Story = StoryObj;
export declare const Demo: Story;