declare const useScrollBlock: () => { blockScroll: () => void; allowScroll: () => void; }; export default useScrollBlock;