import { StoryObj } from "@storybook/react"; declare const meta: { title: string; component: import("react").ForwardRefExoticComponent>; parameters: { layout: string; docs: { description: { component: string; }; }; }; argTypes: { placeholder: { control: "text"; description: string; table: { category: string; type: { summary: string; }; }; }; rows: { control: "number"; description: string; table: { category: string; type: { summary: string; }; defaultValue: { summary: string; }; }; }; className: { control: false; description: string; table: { category: string; type: { summary: string; }; }; }; style: { control: false; description: string; table: { category: string; type: { summary: string; }; }; }; hasError: { control: "boolean"; description: string; table: { category: string; type: { summary: string; }; defaultValue: { summary: string; }; }; }; }; tags: string[]; }; export default meta; type Story = StoryObj; export declare const Default: Story; export declare const ErrorState: Story; //# sourceMappingURL=TextArea.stories.d.ts.map