import { ComponentFactory, ComponentFactoryResolver } from "@angular/core"; import { ActionItemConfig } from "../model/action-item-config.model"; import * as i0 from "@angular/core"; export declare class ActionFactoryService { private componentFactoryResolver; constructor(componentFactoryResolver: ComponentFactoryResolver); resolveComponentFactory(action: ActionItemConfig): ComponentFactory | undefined; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }