import { ElementRef } from '@angular/core';
import { CdsInternalControlLabel } from '@cds/core/forms';
import * as i0 from "@angular/core";
export declare class CdsInternalControlLabelDirective {
    protected element: CdsInternalControlLabel;
    get disabled(): boolean | '';
    set disabled(value: boolean | '');
    get action(): "primary" | "secondary";
    set action(value: "primary" | "secondary");
    constructor(elementRef: ElementRef);
    static ɵfac: i0.ɵɵFactoryDeclaration<CdsInternalControlLabelDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<CdsInternalControlLabelDirective, "cds-internal-control-label", never, { "disabled": "disabled"; "action": "action"; }, {}, never>;
}
