import { type ReactElement } from "react"; import { type IDashboardInsightProps } from "../../types.js"; /** * @internal */ export declare function DashboardInsight({ insight, widget, clientHeight, clientWidth, backend, workspace, onError, onDrill: onDrillFn, onLoadingChanged, afterRender, onExportReady, ErrorComponent: CustomErrorComponent, LoadingComponent: CustomLoadingComponent, exportData, minimalWidth, minimalHeight }: IDashboardInsightProps): ReactElement; //# sourceMappingURL=DashboardInsight.d.ts.map