import * as React from 'react'; import type { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers'; export interface ModalTitleProps extends BsPrefixProps, React.HTMLAttributes { } declare const ModalTitle: BsPrefixRefForwardingComponent<'span', ModalTitleProps>; export default ModalTitle;