import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class DragDropDirective { fileDropped: EventEmitter; dragStateChanged: EventEmitter; dragOver: boolean; constructor(); onDragOver(event: DragEvent): void; onDragLeave(event: DragEvent): void; onDrop(event: DragEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }