import type { ComponentProps } from '../internals/utils';
import type { RsRefForwardingComponent } from '../internals/types';
export type ModalTitleProps = ComponentProps;
declare const ModalTitle: RsRefForwardingComponent<'h4', ComponentProps>;
export default ModalTitle;