/** * Lets you lock the scrolling of a window. Useful with overlays */ declare const useLockBodyScroll: (locked: boolean) => void; export default useLockBodyScroll;