declare module '@amaury-tobias/v-avatar' {
  import { PluginObject, VueConstructor } from 'vue'
  const plugin: PluginObject<any>
  export default plugin
  export const vAvatar: VueConstructor
}
