type PreventBodyScrollResult = { isScrollLocked: boolean; setIsScrollLocked: React.Dispatch>; toggleScrollLock: () => void; }; export declare function usePreventBodyScroll(): PreventBodyScrollResult; export {};