import { type IExportResult } from "@gooddata/sdk-backend-spi"; type ExportSlidesHandler = (exportFunction: (title: string, exportType: "pdf" | "pptx", templateId?: string) => Promise, title: string, exportType: "pdf" | "pptx", templateId?: string) => Promise; export declare const useSlidesExportHandler: () => ExportSlidesHandler; export {}; //# sourceMappingURL=useSlidesExportHandler.d.ts.map