/** * Get the current scroll of an element */ export declare function getScroll(element: HTMLElement): number; export declare function scrollToTop(element: HTMLElement, scrollTargetY: number, duration?: number): Promise;