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