import type { Ref } from 'vue';
declare const _default: (trigger: Ref<boolean>) => void;
/**
 * Hook that monitoring the ref value to lock or unlock the screen.
 * When the trigger became true, it assumes modal is now opened and vice versa.
 * @param trigger {Ref<boolean>}
 */
export default _default;
