/** * This button is a convenience component that applies the recommended styling for the Cancel button in the * modal footer. It wraps the BrButton and sets the type to tertiary and attaches the Modal's onClose handler * to the button's onClick event handler, so the developer does not have to manually attach the modal dialog close * handler to the onClose handler of the Modal and again to the BrButton for the cancel button in the footer. */ declare const ModalCloseButton: import('react').ForwardRefExoticComponent>; export default ModalCloseButton;