import React from 'react'; import type { BodyProps } from '../../Body'; type LiveBlogBodyProps = BodyProps & { xInteractionSerialiser?: any; }; declare const LiveBlogBody: React.FC; export default LiveBlogBody;