import { ElementRef } from "@angular/core";
import * as i0 from "@angular/core";
export declare class CustomFormControlLabelDirective {
    el: ElementRef;
    constructor(el: ElementRef);
    static ɵfac: i0.ɵɵFactoryDeclaration<CustomFormControlLabelDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<CustomFormControlLabelDirective, "[cLabel]", never, {}, {}, never>;
}
