import { JSX } from 'react'; import { CardContentProps } from './CardHeader.types'; export declare const CardHeader: { ({ ref, id, className, lang, "data-testid": dataTestId, rightContent, classNames, children, }: CardContentProps): JSX.Element; displayName: string; };