import { Avatar } from './avatar'; export type { AvatarConnotation, AvatarShape, AvatarAppearance, AvatarSize, } from './avatar'; export declare const registerAvatar: (prefix?: string) => void; export { Avatar as VwcAvatarElement };