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