export interface IscrollData { elem: any; x: any; y: any; animationstartedcallback?: any; } export declare class Scrolling { static getExistingScrollData($root: any, $scroll: any): any; static storeNewScrollData($root: any, $scroll: any, useScrollResetBeforeZoom: any): IscrollData; static getOuterWidth(elem: any): any; static getOuterHeight(elem: any): any; }