import { AvatarProps } from "@mui/material"; interface AvatarBaseProps extends AvatarProps { color?: string; } export type { AvatarBaseProps };