export declare const latexToMathMLElement: (latex: string, inline?: boolean) => { mathMLElement: MathMLElement; error: string | undefined; };