import { Ref, ShallowRef } from 'vue'; export declare const useOutsideClick: (el: Ref | ShallowRef, callback: (e: MouseEvent) => void) => void;