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