/// <reference types="react" />
import { CardHeaderProps } from './type';
declare const CardHeader: {
    ({ as, className, content, children, ...props }: CardHeaderProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
    displayName: string;
};
export default CardHeader;
