import { ModalBodyProps } from './modal-body.types'; /** * Modal body component is used to render the body section of the modal dialog. * Use the `padding` prop to control the padding of the body section, the default is `narrow`. */ declare const ModalBody: import('react').ForwardRefExoticComponent>; export default ModalBody;