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