import { Plugin } from "vue";

//#region src/index.d.ts
declare const install: Plugin;
//#endregion
export { install as default };