import { Document } from "@contentful/rich-text-types";
import type { Options } from "./types";
export declare const htmlStringToDocument: (htmlString: string, options?: Options) => Document;
