import { ElementType, HTMLHopeProps } from "../types";
export declare type ModalBodyProps<C extends ElementType = "div"> = HTMLHopeProps<C>;
/**
 * ModalBody houses the main content of the modal.
 */
export declare function ModalBody<C extends ElementType = "div">(props: ModalBodyProps<C>): import("solid-js").JSX.Element;
export declare namespace ModalBody {
    var toString: () => string;
}
//# sourceMappingURL=modal-body.d.ts.map