import { MathMLElement } from '../protocols/mathml-element';
import { ToLaTeXConverter } from '../../domain/usecases/to-latex-converter';
export declare const mathMLElementToLaTeXConverter: (mathMLElement: MathMLElement) => ToLaTeXConverter;
