import * as React from "react"; import type { PolymorphicWithRef } from "../types"; declare type CardHeaderTitleProps = PolymorphicWithRef; declare type CardHeaderTitleElement = (props: CardHeaderTitleProps) => React.ReactElement>; declare const CardHeaderTitle: CardHeaderTitleElement; export default CardHeaderTitle; //# sourceMappingURL=CardHeaderTitle.d.ts.map