export interface AvatarPropsTypes { src?: string; shape?: 'square' | 'circle'; size?: string; icon?: string; bgColor?: string; }