Type alias IMath2

IMath2: typeof math & {
    [key in keyof MathMLElementTagNameMap]: ((...children) => MathMLElementBuilder<key>)
}