import React from 'react'; import { DialogContentProps } from '@material-ui/core'; declare type VeryOpenRefType = ((instance: unknown) => void) | React.MutableRefObject | null; declare const DialogContent: React.ElementType; export { DialogContent };