import React from "react";
import type { CardProps } from "./types";
/**
* Intended to be used in the Card component.
* Use `` component instead.
*/
export declare function CardHeader({ title, header, UNSAFE_className, UNSAFE_style, }: Pick): React.JSX.Element;