import { ElementRef } from "@angular/core"; import { IconService } from "./icon.service"; export declare class IconComponent { private element; private _iconService; private document; private svgIcon; name: string; constructor(element: ElementRef, _iconService: IconService, document: any); private svgElementFromString; }