/** * Alert * Classification: themed-mui * MUI base: https://mui.com/material-ui/react-alert/ */ export { default as Alert } from '@mui/material/Alert'; export type { AlertProps } from '@mui/material/Alert'; export { default as AlertTitle } from '@mui/material/AlertTitle';