declare const lock: (targetElement?: HTMLElement | undefined) => void;
declare const unlock: (targetElement?: HTMLElement | undefined) => void;
export { lock, unlock };
