//#region src/mathml/operators.d.ts interface OperatorProperties { readonly lspaceEm: number; readonly rspaceEm: number; readonly stretchy: boolean; readonly largeop: boolean; readonly movablelimits: boolean; readonly fence: boolean; readonly separator: boolean; } declare function operatorProperties(text: string): OperatorProperties; //#endregion export { OperatorProperties, operatorProperties };