type $$ComponentProps = { autoplay?: boolean; loop?: boolean; showDots?: boolean; showArrows?: boolean; interval?: number; example?: 'images' | 'colors'; }; declare const CarouselStory: import("svelte").Component<$$ComponentProps, {}, "">; type CarouselStory = ReturnType; export default CarouselStory;