import { type DialogContentTextProps as MuiDialogContentTextProps } from '@mui/material'; import { type WithoutEmotionSpecific } from '../types'; export type SideDialogContentTextProps = WithoutEmotionSpecific;