import { ComponentProps } from '../internals/utils'; export type CardHeaderProps = ComponentProps; declare const CardHeader: import("../internals/types").InternalRefForwardingComponent<"div", Partial, never> & Record; export default CardHeader;