import * as React from "react"; /** * Inject a google structured data with a `script` tag. * * @example * */ export declare function LdJson(props: { data: Record; }): React.JSX.Element;