declare const useScrollLock: (lock?: boolean) => readonly [boolean]; export default useScrollLock;