import type { ScrollerStep } from '../@types/global'; interface Props { steps: ScrollerStep[]; } declare const Foreground: import("svelte").Component; type Foreground = ReturnType; export default Foreground;