import AspectRatio, { AspectRatioProps } from '@mui/joy/AspectRatio'; export default function MuiLogo(props: AspectRatioProps) { const { sx, ...other } = props; return (
); }