import * as i0 from '@angular/core'; import { EventEmitter, ElementRef } from '@angular/core'; declare class FileUploadComponent { multiple: boolean; accept?: string; maxSize?: number; disabled: boolean; label: string; hint: string; className: string; fileChange: EventEmitter; fileInputRef: ElementRef; files: File[]; isDragActive: boolean; private cdr; onDragOver(e: DragEvent): void; onDragLeave(e: DragEvent): void; onDrop(e: DragEvent): void; onFileInputChange(e: Event): void; handleFiles(fileList: FileList): void; removeFile(index: number): void; formatSize(bytes: number): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { FileUploadComponent };