export declare function useScrollLock(element: HTMLElement | null): { lock: () => void; unlock: () => void; };