import type { ScrollerStep } from '../@types/global'; interface Props { index: number; steps: ScrollerStep[]; preload?: number; stackBackground?: boolean; } declare const Background: import("svelte").Component; type Background = ReturnType; export default Background;