declare function disableScrolling(): void; declare function enableScrolling(): void; declare const _default: { disableScrolling: typeof disableScrolling; enableScrolling: typeof enableScrolling; }; export default _default;