/// import { type DialogContentTextProps as MuiDialogContentTextProps } from '@mui/material'; import { type WithoutEmotionSpecific } from '../types'; export type DialogContentTextProps = WithoutEmotionSpecific; export declare const DialogContentText: (props: DialogContentTextProps) => JSX.Element;