import { type DialogActionsProps as MuiDialogActionsProps } from '@mui/material'; import { type WithoutEmotionSpecific } from '../types'; export type SideDialogActionsProps = WithoutEmotionSpecific;