/// declare module 'html2pdf.js'; interface Window { loadServerData?: (data: any) => void; isReportReady?: boolean; }