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