import { ModalHeaderProps } from './modal-header.types'; /** * Modal header component is used to render the header section of the modal dialog. * If `onClose` is provided to the `Modal` component, then a close button is rendered in the header section. * Use `ModalHeaderTitle` component to render the title in the header section. */ declare const ModalHeader: import('react').ForwardRefExoticComponent>; export default ModalHeader;