import type { StoryObj } from '@storybook/react'; declare const meta: { title: string; component: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; parameters: { layout: string; }; tags: string[]; }; export default meta; type Story = StoryObj; export declare const Default: Story; export declare const WithLabel: Story; export declare const Invalid: Story; export declare const Disabled: Story; //# sourceMappingURL=TextArea.stories.d.ts.map