import { Plugin } from 'vue'; import Avatar from './src/Avatar.vue'; export declare const AvatarPlugin: Plugin; export { Avatar };