import { TemplateRef } from '@angular/core'; /** Contains the HTML markup for tab titles */ export declare class HcTabTitleComponent { tabTitle: TemplateRef; }