import { EventEmitter } from '@angular/core'; export declare class DragAndDropDirective { fileOver: boolean; fileDropped: EventEmitter; onDragOver(evt: any): void; onDragLeave(evt: any): void; ondrop(evt: any): void; }