import { Directive } from 'vue'; /** * 自定义 Vue 指令 `v-copy` * * 在元素/组件被创建或更新前,拦截其点击事件并注入复制剪贴板逻辑。 */ export declare const vCopy: Directive;