import { OnInit } from '@angular/core'; export declare class BlobComponent implements OnInit { constructor(); ngOnInit(): void; }