import { RichText } from "../types";
declare const toHtml: (rich_text: RichText[]) => string;
export default toHtml;
