import Alert from '@mui/material/Alert'; import AlertTitle from '@mui/material/AlertTitle'; import Stack from '@mui/material/Stack'; export default function DescriptionAlerts() { return ( Success This is a success Alert with an encouraging title. Info This is an info Alert with an informative title. Warning This is a warning Alert with a cautious title. Error This is an error Alert with a scary title. ); }