import { CardHeaderProps } from "./types";
export declare const CardHeader: import("react").MemoExoticComponent<({ title, subtitle, avatar, ...props }: CardHeaderProps) => JSX.Element>;
