import { ModalHeaderTitleProps } from './modal-header-title.types'; /** * Modal header title is used to render the title in the header section of the modal dialog. */ declare const ModalHeaderTitle: import('react').ForwardRefExoticComponent>; export default ModalHeaderTitle;