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