export default class DocumentScrollController { private static instance; private readonly style; static getInstance(): DocumentScrollController; disableScroll(): void; enableScroll(): void; destroy(): void; } //# sourceMappingURL=DocumentScrollController.d.ts.map