import { OnInit, EventEmitter } from '@angular/core'; import { Observable } from 'rxjs'; import { Banche } from 'my-lib-sanfelici/my-lib-sanfelici'; import { BancheService } from 'my-lib-sanfelici'; export declare class BancheComboComponent implements OnInit { private bancheservice; banche: Observable; banca: Banche; onbanca: EventEmitter; constructor(bancheservice: BancheService); onChange(): void; ngOnInit(): void; }