import { OnInit } from '@angular/core'; export declare class IconComponent implements OnInit { name: string; size: 'small' | 'regular'; color: string; constructor(); ngOnInit(): void; readonly isSmall: boolean; readonly absUrl: string; }