import View from './view.vue'; import type { Plugin } from 'vue'; export declare const ViewPlugin: Plugin; export { View };