import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core'; import { FileInterface } from '../../constants/app-state'; import { Subject } from 'rxjs'; import * as i0 from "@angular/core"; export declare class DropdownBlockComponent implements OnInit, OnDestroy { private cd; private subscriptions; fileToUploadPrivate: FileInterface[]; constructor(cd: ChangeDetectorRef); validSubscribe: Subject; set fileToUpload(value: FileInterface[]); get fileToUpload(): FileInterface[]; checkFileUpload(): void; handleFileInput(files: FileList): void; ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; } //# sourceMappingURL=dropdown-block.component.d.ts.map