import { PptxElement, SmartArtLayout } from 'pptx-viewer-core'; import { CanvasSize } from 'pptx-viewer-shared'; /** * Build a new, centred SmartArt element from a gallery preset (layout + * default node texts). */ export declare function buildSmartArtInsertElement(layout: SmartArtLayout, defaultItems: string[], canvasSize: CanvasSize): PptxElement; //# sourceMappingURL=editor-insert-smart-art.d.ts.map