import type { Ref } from 'vue';
export declare function useOutsideClick(ref: Ref<HTMLElement | undefined>, callback: any): void;
