import User from './user.vue'; import type { Plugin } from 'vue'; export declare const UserPlugin: Plugin; export { User };