import { PptxElement } from 'pptx-viewer-core'; import { CanvasSize } from 'pptx-viewer-shared'; /** Build a new, centred equation element from an OMML object tree. */ export declare function buildEquationInsertElement(omml: Record, canvasSize: CanvasSize): PptxElement; //# sourceMappingURL=editor-insert-equation.d.ts.map