import React from 'react';
import { Thing, WithContext } from 'schema-dts';
export type JsonLdScriptProps = {
    thing: WithContext<Thing>;
};
/**
 * This component will add a json ld script tag to the page when rendered.
 */
export declare function JsonLdScript({ thing }: JsonLdScriptProps): React.ReactNode;
//# sourceMappingURL=JsonLdScript.d.ts.map