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