import { OnInit } from '@angular/core'; export declare class IccMsgIconComponent implements OnInit { constructor(); msgType: any; isMO: boolean; msgList: any; ngOnInit(): void; }