import { jsPDF } from 'jspdf'; import type { Options } from './types'; declare function html2PDF(dom: HTMLElement | HTMLElement[], opts?: Partial): Promise; export default html2PDF; //# sourceMappingURL=js-pdf.d.ts.map