import { AutoShape } from '../types/shape'; /** * Render an AutoShape onto the PDFKit document. */ export declare function renderShape(doc: any, shape: AutoShape, fontDirs: string[], fontMap: Record): void; //# sourceMappingURL=shape-renderer.d.ts.map