import { OnInit, ElementRef } from '@angular/core'; export declare class IconComponent implements OnInit { private element; name: string; w: number; size: string; constructor(element: ElementRef); ngOnInit(): void; }