declare module "tex-to-mml" {

    export default function TeXToMML(str: string): string;
}