import { Avatar, Box, SxProps, Theme, Typography } from "@mui/material"; interface Props { sx: SxProps; } export default function CustomAvatar({ sx }: Props) { return ( AA ); }