interface AccountAvatarProps { size: number; image: string; } export function AccountAvatar(props: AccountAvatarProps) { return
; }