import { ViewContainerRef } from '@angular/core'; export declare class TabContentDirective { viewContainerRef: ViewContainerRef; constructor(viewContainerRef: ViewContainerRef); }