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