import * as _heroui_system from '@heroui/system';
import { HTMLHeroUIProps } from '@heroui/system';

interface ModalBodyProps extends HTMLHeroUIProps<"div"> {
}
declare const ModalBody: _heroui_system.InternalForwardRefRenderFunction<"div", ModalBodyProps, never>;

export { type ModalBodyProps, ModalBody as default };
