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