import { ImageProps } from "next/image" export interface AvatarProps { image?: ImageProps initials?: string }