import { JSX } from 'react'; import { Thing, WithContext } from 'schema-dts'; export type JsonLdProps = { data: WithContext; }; export declare const JsonLd: ({ data }: JsonLdProps) => JSX.Element; //# sourceMappingURL=JsonLd.d.ts.map