import { EventEmitter, ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class FileUploadZoneComponent { fileInput: ElementRef; maxFileSize: number; allowedFileTypes: string[]; maxFiles: number; multipleUpload: boolean; filesSelected: EventEmitter; isDragging: boolean; onFileSelected(event: Event): void; onFileDropped(fileList: FileList): void; onDragStateChanged(isDragging: boolean): void; formatFileSize(bytes: number): string; formatAcceptString(): string; formatAcceptedTypes(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }