import { TemplateRef } from '@angular/core'; export declare class TabContentDirective { private templateRef; constructor(templateRef: TemplateRef); }