import type { StoryObj } from '@storybook/svelte'; declare const meta: { title: string; component: import("svelte").Component<{ example?: "destructive" | "media" | "toolbar" | "compose"; position?: import("./SpeedDial.svelte.ts").SpeedDialPosition; direction?: import("./SpeedDial.svelte.ts").SpeedDialDirection; variant?: import("./SpeedDial.svelte.ts").SpeedDialVariant; size?: import("./SpeedDial.svelte.ts").SpeedDialSize; showLabels?: import("./SpeedDial.svelte.ts").SpeedDialLabels; backdrop?: boolean; closeOnAction?: boolean; closeOnOutsideClick?: boolean; closeOnEscape?: boolean; }, {}, "">; tags: string[]; argTypes: { example: { control: "select"; options: string[]; description: string; }; position: { control: "select"; options: string[]; }; direction: { control: "select"; options: string[]; }; variant: { control: "select"; options: string[]; }; size: { control: "select"; options: string[]; }; showLabels: { control: "select"; options: string[]; }; backdrop: { control: "boolean"; }; closeOnAction: { control: "boolean"; }; closeOnOutsideClick: { control: "boolean"; }; closeOnEscape: { control: "boolean"; }; }; args: { example: "compose"; position: "bottom-right"; direction: "auto"; variant: "primary"; size: "lg"; showLabels: "hover"; backdrop: false; closeOnAction: true; closeOnOutsideClick: true; closeOnEscape: true; }; }; export default meta; type Story = StoryObj; export declare const Default: Story; export declare const AlwaysLabels: Story; export declare const WithBackdrop: Story; export declare const Media: Story; export declare const Toolbar: Story; export declare const Destructive: Story; export declare const TopLeft: Story; export declare const TopRight: Story; export declare const BottomLeft: Story; export declare const Horizontal: Story; export declare const Compact: Story; export declare const Persistent: Story;