import { OverridableComponent } from '@mui/types'; import { AlertTypeMap } from './AlertProps'; /** * * Demos: * * - [Alert](https://mui.com/joy-ui/react-alert/) * * API: * * - [Alert API](https://mui.com/joy-ui/api/alert/) */ declare const Alert: OverridableComponent; export default Alert;