import * as mfm from 'mfm-js'; export type mfmHTMLConf = { url?: string; animate?: boolean; codeTagAsDiv?: boolean; rootTagName?: boolean; }; export declare function toHtml(tokens: mfm.MfmNode[], config?: mfmHTMLConf): string;