import { Plugin } from 'vue';
export * from './types';
declare const plugin: Plugin;
export default plugin;
