import { DialogContentTextTypeMap } from "."; /** * * Demos: * * - [Dialogs](https://mui.com/components/dialogs/) * * API: * * - [DialogContentText API](https://mui.com/api/dialog-content-text/) * - inherits [Typography API](https://mui.com/api/typography/) */ declare const DialogContentText: import("@suid/types").OverridableComponent; export default DialogContentText; //# sourceMappingURL=DialogContentText.d.ts.map