import { type Ref } from 'vue'; export declare const lockHtmlScrollRightCompensationRef: Ref; export declare function useLockHtmlScroll(lockRef: Ref): void;