import { Avatar } from '../../atoms'; export type ProfileAvatarProps = Parameters[0] & { address?: string; image?: string | null; };