import { ElementRef } from '@angular/core'; import { Store } from '@ngrx/store'; import { Observable } from 'rxjs'; import { ManifestDescription } from '../../../core/model/manifest.interface'; import * as i0 from "@angular/core"; export declare class ManifestsComponent { protected store: Store; manifests$: Observable; fileInput: ElementRef; checked: boolean[]; constructor(store: Store); fetch(id: string): void; delete(id: string): void; download(id: string, name: string): void; handleFileInput(event: Event | null): void; triggerFileInput(): void; default(id: string, name: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }