import { ComponentRef, ViewContainerRef } from "@angular/core";
import { ComponentModel } from "../models/component.model";
import * as i0 from "@angular/core";
export declare class ComponentService {
    getComponent<T>(viewContainerRef: ViewContainerRef, dynamicModel: ComponentModel): ComponentRef<T>;
    static ɵfac: i0.ɵɵFactoryDeclaration<ComponentService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<ComponentService>;
}
