import type { StoryObj } from '@storybook/svelte'; declare const meta: { title: string; component: import("svelte").Component<{ example?: "clip" | "gallery" | "flower" | "bunny" | "sintel" | "no-preview"; }, {}, "">; tags: string[]; argTypes: { example: { control: "select"; options: string[]; }; }; args: { example: "flower"; }; }; export default meta; type Story = StoryObj; export declare const Default: Story; export declare const BigBuckBunny: Story; export declare const Sintel: Story; export declare const ShortClip: Story; export declare const Gallery: Story; export declare const WithoutPreview: Story;