import { type DialogContentProps as MuiDialogContentProps } from '@mui/material'; import { type WithoutEmotionSpecific } from '../types'; export type SideDialogContentProps = WithoutEmotionSpecific;