import * as React from 'react'; import { StandardProps } from '..'; import { TypographyProps } from '../Typography'; export interface DialogContentTextProps extends StandardProps {} export type DialogContentTextClassKey = 'root'; declare const DialogContentText: React.ComponentType; export default DialogContentText;