declare function useLockScroll(shouldLock: () => boolean): {
  lock: () => void
  unlock: () => void
}
export default useLockScroll
