import { ChangeDetectorRef, OnChanges } from "@angular/core"; import { IconService } from "@nova-ui/bits"; import { IHasChangeDetector } from "../../../../types"; import { IFormatterData } from "../types"; import * as i0 from "@angular/core"; export declare class IconFormatterComponent implements OnChanges, IHasChangeDetector { changeDetector: ChangeDetectorRef; iconService: IconService; static lateLoadKey: string; constructor(changeDetector: ChangeDetectorRef, iconService: IconService); isValid: boolean; iconFound: boolean; data?: IFormatterData; ngOnChanges(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }