import { TemplateRef } from '@angular/core'; export declare class TabLabel { template: TemplateRef; mcraiTabLabel: string; color: string; constructor(template: TemplateRef); }