/// import type { StoryObj } from '@storybook/react'; declare const meta: { title: string; component: import("react").ForwardRefExoticComponent>; parameters: { description: string; shadcn: string; radix: string; }; }; export default meta; type Story = StoryObj; export declare const Default: Story; export declare const Disabled: Story; export declare const WithLabel: Story; export declare const WithText: Story; export declare const WithButton: Story;