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