import { ChtmlFontData, ChtmlCharOptions, ChtmlVariantData, ChtmlDelimiterData, DelimiterMap, CharMapMap } from '@mathjax/src/mjs/output/chtml/FontData.js';
import { StringMap } from '@mathjax/src/mjs/output/common/Wrapper.js';
declare const Base: import("@mathjax/src/mjs/output/common/FontData.js").FontDataClass & typeof ChtmlFontData;
export declare class MathJaxScholaFont extends Base {
static NAME: string;
static OPTIONS: {
fontURL: string;
dynamicPrefix: string;
};
protected static defaultCssFamilyPrefix: string;
protected static defaultVariantLetters: StringMap;
protected static defaultDelimiters: DelimiterMap;
protected static defaultChars: CharMapMap;
protected static defaultStyles: {
'mjx-container[jax="CHTML"] > mjx-math.GS-N[breakable] > *': {
'font-family': string;
};
'.GS-N': {
'font-family': string;
};
'.GS-B': {
'font-family': string;
};
'.GS-I': {
'font-family': string;
};
'.GS-BI': {
'font-family': string;
};
'.GS-DS': {
'font-family': string;
};
'.GS-F': {
'font-family': string;
};
'.GS-FB': {
'font-family': string;
};
'.GS-S': {
'font-family': string;
};
'.GS-SB': {
'font-family': string;
};
'.GS-SS': {
'font-family': string;
};
'.GS-SSB': {
'font-family': string;
};
'.GS-SSI': {
'font-family': string;
};
'.GS-SSBI': {
'font-family': string;
};
'.GS-M': {
'font-family': string;
};
'.GS-SO': {
'font-family': string;
};
'.GS-LO': {
'font-family': string;
};
'.GS-S3': {
'font-family': string;
};
'.GS-S4': {
'font-family': string;
};
'.GS-S5': {
'font-family': string;
};
'.GS-S6': {
'font-family': string;
};
'.GS-MI': {
'font-family': string;
};
'.GS-C': {
'font-family': string;
};
'.GS-CB': {
'font-family': string;
};
'.GS-OS': {
'font-family': string;
};
'.GS-OB': {
'font-family': string;
};
'.GS-V': {
'font-family': string;
};
'.GS-LT': {
'font-family': string;
};
'.GS-RB': {
'font-family': string;
};
'.GS-EM': {
'font-family': string;
};
};
protected static defaultFonts: {
'@font-face /* MJX-GS-ZERO */': {
'font-family': string;
src: string;
};
'@font-face /* MJX-BRK */': {
'font-family': string;
src: string;
};
'@font-face /* MJX-GS-N */': {
'font-family': string;
src: string;
};
'@font-face /* MJX-GS-B */': {
'font-family': string;
src: string;
};
'@font-face /* MJX-GS-I */': {
'font-family': string;
src: string;
};
'@font-face /* MJX-GS-BI */': {
'font-family': string;
src: string;
};
'@font-face /* MJX-GS-DS */': {
'font-family': string;
src: string;
};
'@font-face /* MJX-GS-F */': {
'font-family': string;
src: string;
};
'@font-face /* MJX-GS-FB */': {
'font-family': string;
src: string;
};
'@font-face /* MJX-GS-S */': {
'font-family': string;
src: string;
};
'@font-face /* MJX-GS-SB */': {
'font-family': string;
src: string;
};
'@font-face /* MJX-GS-SS */': {
'font-family': string;
src: string;
};
'@font-face /* MJX-GS-SSB */': {
'font-family': string;
src: string;
};
'@font-face /* MJX-GS-SSI */': {
'font-family': string;
src: string;
};
'@font-face /* MJX-GS-SSBI */': {
'font-family': string;
src: string;
};
'@font-face /* MJX-GS-M */': {
'font-family': string;
src: string;
};
'@font-face /* MJX-GS-SO */': {
'font-family': string;
src: string;
};
'@font-face /* MJX-GS-LO */': {
'font-family': string;
src: string;
};
'@font-face /* MJX-GS-S3 */': {
'font-family': string;
src: string;
};
'@font-face /* MJX-GS-S4 */': {
'font-family': string;
src: string;
};
'@font-face /* MJX-GS-S5 */': {
'font-family': string;
src: string;
};
'@font-face /* MJX-GS-S6 */': {
'font-family': string;
src: string;
};
'@font-face /* MJX-GS-MI */': {
'font-family': string;
src: string;
};
'@font-face /* MJX-GS-C */': {
'font-family': string;
src: string;
};
'@font-face /* MJX-GS-CB */': {
'font-family': string;
src: string;
};
'@font-face /* MJX-GS-OS */': {
'font-family': string;
src: string;
};
'@font-face /* MJX-GS-OB */': {
'font-family': string;
src: string;
};
'@font-face /* MJX-GS-V */': {
'font-family': string;
src: string;
};
'@font-face /* MJX-GS-LT */': {
'font-family': string;
src: string;
};
'@font-face /* MJX-GS-RB */': {
'font-family': string;
src: string;
};
'@font-face /* MJX-GS-EM */': {
'font-family': string;
src: string;
};
};
protected static dynamicFiles: import("@mathjax/src/mjs/output/common/FontData.js").DynamicFileList;
cssFontPrefix: string;
}
export {};