import { TypographyTypeMap } from "../Typography"; import { Theme } from "../styles"; import { DialogContentTextClasses } from "./dialogContentTextClasses"; import { SxProps } from "@suid/system"; import * as ST from "@suid/types"; export type DialogContentTextTypeMap
= {
name: "MuiDialogContentText";
selfProps: {
/**
* Override or extend the styles applied to the component.
*/
classes?: Partial