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