import { EventEmitter } from '@angular/core'; export declare class DndDirective { imageDropped: EventEmitter; onDragOver(evt: any): void; onDragLeave(evt: any): void; ondrop(event: any): void; }