import { TemplateRef } from '@angular/core'; /** Used to flag tab labels for use with the portal directive */ export declare class TabLabelDirective { private _content; css_name: any; constructor(_content: TemplateRef); }