import { VueConstructor,PluginFunction } from 'vue' export default interface ISvComponent extends VueConstructor { install: PluginFunction }