import { AfterViewInit, ChangeDetectorRef, ComponentFactoryResolver, OnInit, ViewContainerRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class SCCustomComponentComponent implements OnInit, AfterViewInit { private componentFactoryResolver; private cdr; container: ViewContainerRef; componentClass: any; constructor(componentFactoryResolver: ComponentFactoryResolver, cdr: ChangeDetectorRef); ngOnInit(): void; ngAfterViewInit(): void; addComponent(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }