import Error from './error.vue'; import type { Plugin } from 'vue'; export declare const ErrorPlugin: Plugin; export { Error };