import { TemplateRef, ElementRef } from '@angular/core'; import { FarrisTabComponent } from './tab.component'; export declare class TabHeadDirective { constructor(tabItem: FarrisTabComponent, el: ElementRef, template: TemplateRef); }