import { OnInit } from '@angular/core'; import { Observable } from 'rxjs'; import { Cataloghi } from 'my-lib-sanfelici'; import { CataloghiService } from 'my-lib-sanfelici'; export declare class CataloghiListComponent implements OnInit { private cataloghiservice; cataloghi: Observable; constructor(cataloghiservice: CataloghiService); cancel(key: string): void; ngOnInit(): void; }