import { ModalFooterProps } from './modal-footer.types'; /** * Modal footer component is used to render the footer section of the modal dialog and it is recommended to use * the `ModalFooterActions` component to render the actions in the footer section. * All content inside the `ModalFooter` component is justified to the left. The `ModalFooterActions` * component is justified to the right. */ declare const ModalFooter: import('react').ForwardRefExoticComponent>; export default ModalFooter;