import { ShapePptxElement } from 'pptx-viewer-core'; import { InkPoint } from 'pptx-viewer-shared'; export declare function strokeToFreeformShape(points: readonly InkPoint[], color: string, width: number): ShapePptxElement | null; //# sourceMappingURL=editor-freeform.d.ts.map