import type { StoryObj } from '@storybook/svelte'; declare const meta: { title: string; component: import("svelte").Component<{ title?: string; description?: string; actionLabel?: string; }, {}, "">; tags: string[]; args: { title: string; description: string; actionLabel: string; }; }; export default meta; type Story = StoryObj; export declare const Default: Story;