export interface IMathJax {
    tex2svg(): HTMLElement;
}
declare const loadMathjax: () => Promise<IMathJax>;
export default loadMathjax;
