import { EventEmitter, OnInit } from '@angular/core'; export declare class IconComponent implements OnInit { ariaLabel: string; buttonClassName: string; color: string; className: string; description: string; name: string; size: number; fontSize: number; title: string; type: string; click: EventEmitter; readonly _class: string; readonly _color: string; readonly _ariaLabelledBy: string; readonly _ariaLabel: string; classes: string; buttonClasses: string; titleId: string; descId: string; isClickable: boolean; constructor(); ngOnInit(): void; private getIconNameClass; getColor: () => any; readonly ariaLabelledBy: string; consoleHandler: (message: any, data: any) => void; }