export declare function useScrollControl(): { disableScroll: () => void; enableScroll: () => void; };