export declare function pageScrollDisabled(): boolean; /** * Handle the page scroll, allowing to disable/enable the window scroll avoiding a potential * content shift caused by the disappearance/appearance of the scrollbar. */ export declare class SbbScrollHandler { private _position; private _overflow; private _marginInlineEnd; disableScroll(): void; enableScroll(): void; } //# sourceMappingURL=scroll.d.ts.map