/// import * as pdfMake from 'pdfmake/build/pdfmake'; export declare type TableData = pdfMake.Table; export declare type Table = pdfMake.Content & { table: TableData; }; export default function table(data: TableData): Table; //# sourceMappingURL=table.d.ts.map