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