import type { ContainerWidth, ScrollerStep } from '../../@types/global'; interface Props { step: ScrollerStep; backgroundWidth: ContainerWidth; index: number; } declare const Background: import("svelte").Component; type Background = ReturnType; export default Background;