import { t as OmmlDiagnostic } from "./shared-c0Lp3_iY.cjs"; import { Box } from "document-schema.js"; import { XmlElement, XmlNode } from "ooxml.js"; //#region src/ooxml/docx/formula.d.ts type OmmlDiagnosticSink = (diagnostic: OmmlDiagnostic, context: { readonly sourcePath?: string; }) => void; declare function collectBodyParagraphs(nodes: readonly XmlNode[], out: XmlElement[]): void; declare function collectBodyTables(nodes: readonly XmlNode[], out: XmlElement[]): void; declare const PARAGRAPH_NON_CONTENT_TAGS: ReadonlySet; declare function equationFrame(equation: XmlElement): Box; //#endregion export { equationFrame as a, collectBodyTables as i, PARAGRAPH_NON_CONTENT_TAGS as n, collectBodyParagraphs as r, OmmlDiagnosticSink as t };