import { TemplateRef, ViewContainerRef, AfterViewInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class EuiTabContentComponent implements AfterViewInit { private viewContainerRef; templateRef: TemplateRef; private templatePortal; constructor(viewContainerRef: ViewContainerRef); ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }