import { RefObject } from 'react'; export declare function useLockScroll(rootRef: RefObject, shouldLock: boolean, componentName: string): void;