import { EventEmitter, OnInit } from '@angular/core'; export declare class ExgOptComponent implements OnInit { disabled: string; caption: string; name: string; optValue: any; value: any; valueChange: EventEmitter; id: string; constructor(); ngOnInit(): void; change(newValue: any): void; }