import UserCircle from './user-circle.vue'; import type { Plugin } from 'vue'; export declare const UserCirclePlugin: Plugin; export { UserCircle };