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