import { type InsightWidgetComponentSet } from "../../componentDefinition/types.js"; import { type InsightComponentProvider } from "../../dashboardContexts/types.js"; /** * @internal */ export declare function DefaultDashboardInsightComponentSetFactory(insightProvider: InsightComponentProvider): InsightWidgetComponentSet; //# sourceMappingURL=DefaultDashboardInsightComponentSetFactory.d.ts.map