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