import React from 'react'; import { ICardImageProps } from './Card.types'; declare const CardImage: React.FC; export default CardImage;