import { Compiler, OnInit, ViewContainerRef } from '@angular/core'; import { Http } from '@angular/http'; import { SharedService } from '../../../models/sharedService'; export declare class TabGenericComponent implements OnInit { private compiler; private _http; private _vcref; private _sharedService; tabErrorContainer: ViewContainerRef; constructor(compiler: Compiler, _http: Http, _vcref: ViewContainerRef, _sharedService: SharedService); id: any; hidden: boolean; openerId: string; private _isPath; isPath: any; ocultarCarregamento: boolean; modules: any[]; compDinamic: any; container: ViewContainerRef; private componentRef; private createComponentFactorySync(compiler, metadata, componentClass); compileTemplate(template: any): void; compileTemplateHtml(template: any): void; ngOnInit(): void; ngAfterViewInit(): void; }