export declare const content: { __typename: string; id: string; title: string; publishedDate: string; firstPublishedDate: string; standfirst: null; topper: { __typename: string; layout: string; layoutWidth: string; headline: string; backgroundColour: string; backgroundBox: null; textShadow: null; followButtonVariant: string; intro: { source: string; structured: { tree: { type: string; version: number; children: { type: string; value: string; }[]; }; }; }; displayConcept: { id: string; prefLabel: string; types: string[]; type: string; directType: string; isPackageBrand: boolean; predicate: string; url: string; relativeUrl: string; }; genreConcept: { id: string; prefLabel: string; types: string[]; type: string; directType: string; isPackageBrand: boolean; predicate: string; url: string; relativeUrl: string; }; leadFlourish: { type: string; id: string; description: string; fallbackImage: { url: string; type: string; format: string; width: number; height: number; }; }; }; };