type $$ComponentProps = { threshold?: number; position?: 'bottom-right' | 'bottom-left'; }; declare const BackToTopStory: import("svelte").Component<$$ComponentProps, {}, "">; type BackToTopStory = ReturnType; export default BackToTopStory;