///
import type { CardHeaderOwnProps } from "../types";
declare const CardHeader: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & Partial, Pick, HTMLDivElement>, keyof import("react").ClassAttributes | keyof import("react").HTMLAttributes>, {}>;
export default CardHeader;
//# sourceMappingURL=CardHeader.d.ts.map