import { ModalFooterActionsProps } from './modal-footer-actions.types'; /** * Modal footer actions component is used to render the actions section of the modal dialog footer. * You can use `ModalCloseButton` component to render the cancel button which is call `onClose` by default. */ declare const ModalFooterActions: import('react').ForwardRefExoticComponent>; export default ModalFooterActions;