import { type DashboardLayoutWidgetComponentSet } from "../../componentDefinition/types.js"; import { type DashboardLayoutComponentProvider } from "../../dashboardContexts/types.js"; /** * @internal */ export declare function DefaultDashboardLayoutComponentSetFactory(dashboardLayoutComponentProvider: DashboardLayoutComponentProvider): DashboardLayoutWidgetComponentSet; //# sourceMappingURL=DefaultDashboardLayoutComponentSetFactory.d.ts.map