import { ElementRef, OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class IndicatorColorDirective implements OnInit {
    private readonly el;
    indicator: string | number;
    constructor(el: ElementRef);
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<IndicatorColorDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<IndicatorColorDirective, "[aclIndicatorColor]", never, { "indicator": { "alias": "indicator"; "required": false; }; }, {}, never, never, false, never>;
}
