import { PluginFunction } from "vue";
declare const install: PluginFunction<any>;
export default install;
export * from "./components/index";
