import * as react_jsx_runtime from 'react/jsx-runtime'; import { ElementType } from 'react'; import { DialogContentProps } from './types.js'; declare const DialogContent: { (inProps: DialogContentProps): react_jsx_runtime.JSX.Element; displayName: string; }; export { DialogContent };