import { BoxProps } from '../../Box'; export type ModalBodyProps = BoxProps; export declare function ModalBody(props: ModalBodyProps): import("react/jsx-runtime").JSX.Element;