import { OnInit, ComponentFactoryResolver, ViewContainerRef } from '@angular/core'; export declare class SFileViewerComponent implements OnInit { private componentFactoryResolver; host: ViewContainerRef; constructor(componentFactoryResolver: ComponentFactoryResolver); ngOnInit(): void; handleView(type: any, src: any): void; }