import type { StoryObj } from '@storybook/svelte'; import Textarea from './Textarea.svelte'; declare const meta: { title: string; component: typeof Textarea; tags: string[]; }; type Story = StoryObj; export declare const Regular: Story; export default meta;