import { PluginFunction } from 'vue'; declare const install: PluginFunction; export default install; export * from './components';