/// import { IDialogContentProps } from './DialogContent.types'; export declare const DialogContent: (props: IDialogContentProps) => JSX.Element;