import { EventEmitter, ElementRef, OnDestroy } from "@angular/core"; import { ISlickFileModel } from "../slick-file-model/slick-file.model"; import * as i0 from "@angular/core"; export declare class SlickFileDropComponent implements OnDestroy { displayText: string; filesChangedEmitter: EventEmitter; containerRef: ElementRef; fileInput: ElementRef; private fnOnFileInputChange; private processFileTimeout; onClick(e: any): void; ngOnDestroy(): void; private onFileInputChange; onDrop(e: any): void; onDragEnter(e: any): void; onDragOver(e: any): void; onDragLeave(e: any): void; uuid: string; constructor(); private processFiles; private resizeImageToBase64; private getBase64; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }