///
export interface ModalBoxBodyProps extends React.HTMLProps {
/** Content rendered inside the modal box body. */
children?: React.ReactNode;
/** Additional classes added to the modal box body. */
className?: string;
}
export declare const ModalBoxBody: React.FunctionComponent;
//# sourceMappingURL=ModalBoxBody.d.ts.map