import { EventEmitter, OnInit } from '@angular/core'; export declare class ExgOptionComponent implements OnInit { disabled: string; list: never[]; listdisplay: string; caption: string; value: any; valueChange: EventEmitter; id: string; constructor(); ngOnInit(): void; displayItem(item: any): any; change(newValue: any): void; }