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