export interface ExportOptions { htmlPath: string; outputPath: string; viewport?: { width: number; height: number; }; } export declare function exportHtmlToPptx(options: ExportOptions): Promise; //# sourceMappingURL=pptx-export.d.ts.map