import { default as React } from 'react'; import { LiveBlogPosting, WithContext } from 'schema-dts'; export type JsonLdLiveBlogPostingProps = WithContext; export declare const JsonLdLiveBlogPosting: React.FC;