export { ExtendedPDFDocument as default } from './document'; export type { PDFPage } from './page'; export type { PDFTable, PDFTableOpts } from './table'; export type { Cell, ExtendedPDFDocumentOptions, Size, Wideness } from './types';