export declare class MathMLToLaTeX {
    static convert(mathml: string): string;
}
