/** * 装饰器,挂载对应的模块到实例上 */ export function LoadMathModule(): void; export class LoadMathModule { katex: any; MathJax: any; } export function configureMathJax(usePlugins: any): void; export function escapeFormulaPunctuations(formula: any): any; declare var _default: {}; export default _default;