import { TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
/** Decorates the `ng-template` tags and reads out the template from it. */
export declare class GtxTabLabel {
    template: TemplateRef<any>;
    constructor(template: TemplateRef<any>);
    static ɵfac: i0.ɵɵFactoryDeclaration<GtxTabLabel, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<GtxTabLabel, "[gtx-tab-label]", never, {}, {}, never>;
}
