export declare enum MathNode { Inline = "math_inline", Block = "math_display" } export declare const CLASSNAMES: { readonly Inline: { readonly Container: "math-inline"; readonly Sharp: "math-inline__sharp"; readonly Content: "math-inline__content"; }; };