export interface UserAvatarProps {
  classes?: Record<string, any>

  size?: 'normal' | 'small' | 'big'

  editable?: boolean

  user?: any
}
