import { OnInit } from '@angular/core'; export declare class IconComponent implements OnInit { svgName: string; constructor(); ngOnInit(): void; }