function DialogContentText(theme: any): any { return { MuiDialogContentText: { styleOverrides: { root: { fontSize: '0.875rem', color: theme.palette.text.primary } } } }; } export { DialogContentText };