import type { Ref } from 'vue'; export declare const useFullscreen: (targetRef: Ref, watchKey: Ref, emit?: any) => void;