export declare class ScrollElementManager { private contentElement; private storageKey; private debug; constructor(contentSelector: string, storageKey?: string, debug?: boolean); private initialize; private loadScrollPosition; private updateScrollPosition; } //# sourceMappingURL=ScrollElementManager.d.ts.map