import React from 'react'; import { ImageWithTextCardProps } from './types'; declare const ImageWithTextCard: React.FC; export default ImageWithTextCard;