export declare function scrollTo(el: HTMLElement, options: { top?: number; left?: number; behavior?: 'instant' | 'smooth'; during?: number; }, onEnd?: () => void): () => void;