export declare const useExportToTabular: (onSuccess?: (() => void) | undefined) => { exportToTabular: (mergeHeaders: boolean, exportInfo: boolean, widgetIds?: string[] | undefined, fileName?: string | undefined, format?: "PDF" | "XLSX" | undefined, pdfConfiguration?: import("../../../model/commands/dashboard.js").PdfConfiguration | undefined, correlationId?: string | undefined) => void; exportToTabularStatus: import("../../../model/react/useDashboardCommandProcessing.js").CommandProcessingStatus | undefined; }; //# sourceMappingURL=useExportToTabular.d.ts.map