import { Editor, BlockElement } from "../../../interface"; import '../../../static/css/mathjax.css'; export declare function mathjax2Svg(editor: Editor, tex: string): Promise; export declare function mathjax2DataUrl(editor: Editor, tex: string): Promise; export declare function svgToUrl(editor: Editor, svg: string): Promise; export declare function editMathjax(editor: Editor, parentElement: HTMLElement, boxId: string, tex: string): void; export declare function convertInlineMath(editor: Editor, block: BlockElement, start: number, end: number): Promise; export declare function quickInputEmptyMath(editor: Editor, block: BlockElement, position: number): void;