import * as React from "react"; import type { CardImageOwnProps, PolymorphicWithRef } from "../types"; declare type CardImageProps = PolymorphicWithRef; declare type CardImageElement = (props: CardImageProps) => React.ReactElement>; declare const CardImage: CardImageElement; export default CardImage; //# sourceMappingURL=CardImage.d.ts.map