import { TemplateRef } from '@angular/core'; import { TabDirective } from './tab.directive'; /** Should be used to mark element as a template for tab heading */ export declare class TabHeadingDirective { templateRef: TemplateRef; constructor(templateRef: TemplateRef, tab: TabDirective); }