declare const scrollToAnimateId: unique symbol;
declare function cancelSmoothScrolling(element: any): void;
declare function beginSmoothScrolling(element: any, x: any, y: any): void;
