import { TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class DokuTabLabel {
    templateRef: TemplateRef<any>;
    constructor(templateRef: TemplateRef<any>);
    static ɵfac: i0.ɵɵFactoryDeclaration<DokuTabLabel, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<DokuTabLabel, "ng-template[doku-tab-label]", ["dokuTabLabel"], {}, {}, never, never, true>;
}
