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