export interface Avatar { src: string | boolean alt: string text: string size: string chipColor: string chipVariant: string chipPosition: string }