import { type ReactElement } from "react"; import { type IDashboardInsightProps } from "../../types.js"; /** * @internal */ export declare function DrillDialogInsight({ insight, widget, backend, workspace, drillStep, onError, onDrill: onDrillFn, isWidgetAsTable, onExportReady, onLoadingChanged, onWidgetFiltersReady, pushData, ErrorComponent, LoadingComponent }: IDashboardInsightProps): ReactElement; //# sourceMappingURL=DrillDialogInsight.d.ts.map