import { ComponentRegistryService } from "./pizzagna/services/component-registry.service";
import { EventRegistryService } from "./services/event-registry.service";
import { KpiFormattersRegistryService, RiskScoreFormattersRegistryService } from "./services/table-formatter-registry.service";
import { WidgetTypesService } from "./services/widget-types.service";
export declare class NuiDashboardsModule {
    constructor(widgetTypesService: WidgetTypesService, componentRegistry: ComponentRegistryService, eventRegistry: EventRegistryService, kpiFormattersRegistry: KpiFormattersRegistryService, riskScoreFormattersRegistry: RiskScoreFormattersRegistryService);
}
