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