import { Ref } from 'vue'; export declare function useLockScroll(rootRef: Ref, shouldLock: () => boolean): void;