import type { StoryObj } from '@storybook/svelte'; declare const meta: { title: string; component: import("svelte").Component<{ forced?: boolean | null; }, {}, "">; tags: string[]; argTypes: { forced: { control: "boolean"; }; }; args: { forced: true; }; }; export default meta; type Story = StoryObj; export declare const Default: Story; export declare const Offline: Story;