import { t as MathVariant } from "./variant-uwYyRetr.cjs"; //#region src/omml/shared.d.ts type OmmlDiagnosticKind = "unsupported-element" | "approximated-element"; interface OmmlDiagnostic { readonly kind: OmmlDiagnosticKind; readonly detail: string; } declare const VARIANT_RUN_PROPERTIES: Record; declare function variantFromRunProperties(script: string | undefined, style: string | undefined): MathVariant | undefined; declare function miIntrinsicDefault(content: string): MathVariant; //#endregion export { variantFromRunProperties as a, miIntrinsicDefault as i, OmmlDiagnosticKind as n, VARIANT_RUN_PROPERTIES as r, OmmlDiagnostic as t };