import { PluginFunction } from 'vue'; interface vueUI extends PluginFunction {} declare const dyangUI: vueUI; export default dyangUI;