export declare function mdToHtml(mdstr: string): string; export declare function mdRender(id: string, mdstr: string, theme?: string): void; export declare function setCatalog(sourceId: string, targetId: string, isClickAnchor?: boolean): void;