import { EventEmitter } from '@angular/core'; export declare class DragAndDropDirective { allowedExtensions: Array; protected filesDropped: EventEmitter; protected filesInvalid: EventEmitter; private background; onDragOver(evt: any): void; onDragLeave(evt: any): void; onDrop(evt: any): void; private validExtensions; }