import { ViewContainerRef, ComponentFactoryResolver } from '@angular/core'; export declare class ComponentFactory { static loadComponent: (component: any, view: ViewContainerRef, factory: ComponentFactoryResolver) => void; static copy: (base: Object, copyObject: Object) => Object; }