import { OnInit } from '@angular/core'; import { Router } from '@angular/router'; import { Observable } from 'rxjs'; import { Banche } from 'my-lib-sanfelici/my-lib-sanfelici'; import { BancheService } from 'my-lib-sanfelici'; export declare class BancheListComponent implements OnInit { private router; private bancheservice; banche: Observable; constructor(router: Router, bancheservice: BancheService); ondelete(id: any): void; ngOnInit(): void; }