export declare function lockBodyScrolling(lockingEl: HTMLElement): void;
export declare function unlockBodyScrolling(lockingEl: HTMLElement): void;
