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