export interface avatarSize { width: string; height: string; } export interface avatarThemeInterface { background: string; border: string; fontSize: string; color: string; shap: { rounded: string; circle: string; }; }