import { type MutableRefObject } from 'react'; export declare const useScrollControl: (ref: MutableRefObject, isOpen: boolean) => void;