import { ElementRef, OnInit, Renderer2 } from '@angular/core'; import * as i0 from "@angular/core"; export declare class IconComponent implements OnInit { private renderer; private document; private el; icon: string; iconClass: string; fill: string; strokeWidth: number; strokeColor: string; size: string; iconPath: string; constructor(renderer: Renderer2, document: Document, el: ElementRef); ngOnInit(): void; getFormattedColor(color: string): string; getIconPath(): string; private injectSVG; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }