import React, { ReactNode } from 'react'; /** VwcAvatar * For more info on this Vivid element please visit https://vivid.deno.dev/components/avatar * @param {AvatarConnotation | undefined} connotation - The connotation the avatar should have. **attribute** `connotation` * @param {AvatarShape | undefined} shape - The shape the avatar should have. **attribute** `shape` * @param {AvatarAppearance | undefined} appearance - The appearance the avatar should have. **attribute** `appearance` * @param {AvatarSize | undefined} size - The size the avatar should have. **attribute** `size` * @param {string | undefined} icon **attribute** `icon` * @param {string | undefined} initials - avatar name **attribute** `initials` * @param {boolean} clickable - Indicates whether avatar should be a clickable