import { ChangeDetectorRef, OnInit } from '@angular/core'; import { DomSanitizer, SafeHtml } from '@angular/platform-browser'; import { IconsRegistry } from '../icons-registry'; import * as i0 from "@angular/core"; export declare class IconsHostComponent implements OnInit { private registry; private cdr; private sanitizer; icons: { name: string; html: SafeHtml; viewBox?: string; fill?: string; stroke?: string; width?: string; height?: string; }[]; renders: SafeHtml[]; constructor(registry: IconsRegistry, cdr: ChangeDetectorRef, sanitizer: DomSanitizer); ngOnInit(): void; trackByFn(index: any): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }