import { HTMLChakraProps } from "../system"; export interface ModalBodyProps extends HTMLChakraProps<"div"> { } /** * ModalBody * * React component that houses the main content of the modal. * * @see Docs https://chakra-ui.com/modal */ export declare const ModalBody: import("../system").ComponentWithAs<"div", ModalBodyProps>;