import React from 'react'; import type { ArticleQuery } from '@financial-times/cp-content-pipeline-client'; type MainImageProps = { content: ArticleQuery['content']; }; declare const MainImage: React.FC; export default MainImage;