import Image, { ImageProps } from "next/image"; import { HTMLProps } from "react"; import classNames from "classnames" export function Avatar(props: ImageProps) { return ( ) }