declare const useLockScroll: (shouldLock: boolean | (() => boolean)) => void; export default useLockScroll;