/// import { CardHeaderProps } from './types'; declare const CardHeader: (props: CardHeaderProps) => JSX.Element; export default CardHeader;