import { DialogContentTextProps } from '@mui/material'; declare const DialogContentTextComp: ({ children, ...props }: DialogContentTextProps) => import("react/jsx-runtime").JSX.Element; export default DialogContentTextComp;