import Alert from '@mui/material/Alert'; import Stack from '@mui/material/Stack'; export default function OutlinedAlerts() { return ( This is an outlined success Alert. This is an outlined info Alert. This is an outlined warning Alert. This is an outlined error Alert. ); }