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