declare function scrollTo(x: any, y: any, options?: {}, callback?: () => void, container?: Window & typeof globalThis): void; export default scrollTo;