import { Plugin, Component } from 'vue'; /** * 组件安装方法 */ export declare const withInstall: (comp: T) => T & (Plugin & { version: string; });