import { StoryObj } from '@storybook/react'; declare const meta: { title: string; component: import('react').ForwardRefExoticComponent>; parameters: { layout: string; backgrounds: { default: string; values: { name: string; value: string; }[]; }; }; tags: string[]; argTypes: { placeholder: { control: string; description: string; }; disabled: { control: string; description: string; }; rows: { control: string; description: string; }; }; }; export default meta; type Story = StoryObj; export declare const Default: Story; export declare const WithDefaultValue: Story; export declare const Disabled: Story; export declare const WithRows: Story; export declare const WithLabel: Story; export declare const Form: Story; //# sourceMappingURL=ShadcnTextarea.stories.d.ts.map