import { ElementRef } from '@angular/core';
import { CdsBadge } from '@cds/core/badge';
import * as i0 from "@angular/core";
export declare class CdsBadgeDirective {
    protected element: CdsBadge;
    get color(): "default" | "gray" | "purple" | "blue" | "orange" | "light-blue";
    set color(value: "default" | "gray" | "purple" | "blue" | "orange" | "light-blue");
    get status(): import("@cds/core/internal").StatusTypes;
    set status(value: import("@cds/core/internal").StatusTypes);
    constructor(elementRef: ElementRef);
    static ɵfac: i0.ɵɵFactoryDeclaration<CdsBadgeDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<CdsBadgeDirective, "cds-badge", never, { "color": "color"; "status": "status"; }, {}, never>;
}
