import { ChangeDetectorRef, OnChanges } from "@angular/core";
import { IHasChangeDetector } from "../../../../types";
import * as i0 from "@angular/core";
export declare class StatusWithIconFormatterComponent implements OnChanges, IHasChangeDetector {
    changeDetector: ChangeDetectorRef;
    static lateLoadKey: string;
    constructor(changeDetector: ChangeDetectorRef);
    isValid: boolean;
    data: {
        name: string;
        icon: string;
        data: number[];
        link?: string;
    };
    ngOnChanges(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<StatusWithIconFormatterComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<StatusWithIconFormatterComponent, "nui-dashboards-status-icon-formatter", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
}
