import type { ObjectDirective } from 'vue';
declare const ClickOutside: ObjectDirective<HTMLElement, any>;
export default ClickOutside;
