import { ElementRef, EventEmitter, OnDestroy } from '@angular/core'; import { FileReaderError } from '@uipath/angular/directives/ui-file-drop-zone'; import * as i0 from "@angular/core"; import * as i1 from "@uipath/angular/directives/ui-file-drop-zone"; export declare class UiInputFileDropZoneComponent implements OnDestroy { single?: boolean; ariaLabel?: string; disabled?: boolean; sortBy?: string; set accept(value: string | undefined); disableDropZone: boolean; filesReceived: EventEmitter; filesLoading: EventEmitter; fileError: EventEmitter; inputElement?: ElementRef; protected _accept: string[]; private _destroyed$; ngOnDestroy(): void; click(): void; onBrowseFiles($event: Event): void; protected _emitFiles(files: File[]): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }