/** * 处理节点区域外的点击事件 * 在节点中使用 v-click-outside 指令 */ export declare const vClickOutside: { mounted: (el: any, binding: any) => void; };