declare const toJson: (type: string, jsonld: any) => {
    __html: string;
};
export default toJson;
