import type { CardHeaderProps } from './types'; export declare function CardHeader(props: CardHeaderProps): React.ReactElement | null;