import { AlertTypeMap } from "."; /** * * Demos: * * - [Alert](https://mui.com/components/alert/) * * API: * * - [Alert API](https://mui.com/api/alert/) * - inherits [Paper API](https://mui.com/api/paper/) */ declare const Alert: import("@suid/types").OverridableComponent>; export default Alert; //# sourceMappingURL=Alert.d.ts.map