import React from 'react'; import { DialogContentTextProps } from '@mui/material/DialogContentText'; declare const DialogContentText: React.FC; export default DialogContentText;