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