import type { Plugin } from 'vue';
import { Avvvatars } from './components';
export declare function plugin(): Plugin;
export { Avvvatars };
