type $$ComponentProps = { height?: number; color?: string; showTrack?: boolean; }; declare const ScrollProgressStory: import("svelte").Component<$$ComponentProps, {}, "">; type ScrollProgressStory = ReturnType; export default ScrollProgressStory;