export declare function smoothScroll(el: HTMLElement | Window, x: number, y: number, duration?: number): Promise; export default smoothScroll;