import { OnInit } from '@angular/core'; export declare class IconComponent implements OnInit { constructor(); svg: any; type: string; size: number; ngOnInit(): void; }