import { HTMLChakraProps } from "../system"; export interface CardHeaderProps extends HTMLChakraProps<"div"> { } export declare const CardHeader: import("../system").ComponentWithAs<"div", CardHeaderProps>;