type Example = 'flower' | 'bunny' | 'sintel' | 'clip' | 'gallery' | 'no-preview'; type $$ComponentProps = { example?: Example; }; declare const VideoPlayerStory: import("svelte").Component<$$ComponentProps, {}, "">; type VideoPlayerStory = ReturnType; export default VideoPlayerStory;