import { Plugin } from 'vue'; declare const install: Exclude; export default install; export * from './components'; export * from './services'; export * from './helpers';