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