import React from 'react'; import { StructuredTreeFragment } from '@financial-times/cp-content-pipeline-client'; type BylineProps = { showEditedBy: boolean; structuredContent: StructuredTreeFragment; }; declare const Byline: React.FC; export default Byline;