import { TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class CustomLabelDirective<T> {
    readonly templateRef: TemplateRef<T>;
    static ɵfac: i0.ɵɵFactoryDeclaration<CustomLabelDirective<any>, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<CustomLabelDirective<any>, "[njCustomLabel]", never, {}, {}, never, never, true, never>;
}
