import { Box } from "document-schema.js"; import { XmlElement } from "odf.js"; //#region src/odf/shared/flow-anchor.d.ts declare function flowAnchoredFrameBox(frame: XmlElement): Box | undefined; //#endregion export { flowAnchoredFrameBox };