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