import React from 'react'; import { ContentProps } from '../../types'; import { ContentTree } from '@financial-times/content-tree'; import ContentTreeFull = ContentTree.full; interface FlourishProps extends ContentProps { iFrame?: boolean; inArticleBody?: boolean; } declare const Flourish: React.FC; export default Flourish;