import { type IDashboardExportRawOptions, type IExportResult } from "@gooddata/sdk-backend-spi"; type ExportHandler = (exportFunction: (filename: string, options?: IDashboardExportRawOptions) => Promise, title: string, options?: IDashboardExportRawOptions) => Promise; export declare const useRawExportHandler: () => ExportHandler; export {}; //# sourceMappingURL=useRawExportHandler.d.ts.map