import { XmlElement } from "ooxml.js"; import { ContentVector } from "document-schema.js"; //#region src/edit/docx/vector.d.ts declare function buildAnchoredVectorDrawing(vector: ContentVector, drawingId: number, relativeHeight: number): XmlElement; //#endregion export { buildAnchoredVectorDrawing };