import { ComponentFactory } from '@angular/core'; import { ComponentFactoryService } from '../../../services/component-factory.service'; import { SchematerConfig } from '../../../models/schemater-config'; import * as i0 from "@angular/core"; export declare class ComponentResolverService { protected componentFactoryService: ComponentFactoryService; protected config: SchematerConfig; constructor(componentFactoryService: ComponentFactoryService, config: SchematerConfig); createComponent(type: string): ComponentFactory; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } //# sourceMappingURL=component-resolver.service.d.ts.map