import { OnInit } from '@angular/core'; import { Observable } from 'rxjs'; import { Blobs, BlobService } from 'my-lib-sanfelici'; export declare class BlobListComponent implements OnInit { private blobservice; private BlobSource; blob: Observable; blobs: Observable; constructor(blobservice: BlobService); onClick(blob: Blobs): void; onDelete(key: any): void; ngOnInit(): void; }