import type { StoryObj } from '@storybook/svelte'; declare const meta: { title: string; component: import("svelte").Component<{ example?: "compact" | "minimal" | "product" | "centered" | "mega" | "docs" | "newsletter"; variant?: import("./Footer.svelte.ts").FooterVariant; brand?: string; description?: string; badge?: string; }, {}, "">; tags: string[]; parameters: { layout: string; }; argTypes: { example: { control: "select"; options: string[]; }; variant: { control: "select"; options: string[]; }; brand: { control: "text"; }; description: { control: "text"; }; badge: { control: "text"; }; }; args: { example: "product"; variant: "default"; brand: string; description: string; badge: string; }; }; export default meta; type Story = StoryObj; export declare const Default: Story; export declare const Minimal: Story; export declare const Centered: Story; export declare const Mega: Story; export declare const Compact: Story; export declare const WithNewsletter: Story; export declare const Docs: Story;