import React from 'react'; import { ArticleImageProps } from './article-image.types'; declare const ArticleImage: React.FC; export default ArticleImage;