import * as React from "react"; import { PolymorphicWithRef } from "../types"; import { BodyTypography } from "../BodyTypography"; declare type CardTitleProps = PolymorphicWithRef) => React.ReactElement; renderSubtitle?: (Subtitle: typeof BodyTypography, props: React.ComponentProps) => React.ReactElement; }>; declare type CardTitleElement = (props: CardTitleProps) => React.ReactElement>; declare const CardTitle: CardTitleElement; export default CardTitle; //# sourceMappingURL=CardTitle.d.ts.map