import { EventEmitter } from '@angular/core'; export declare class DragDropDirective { dropEvent: EventEmitter; private border; private padding; onDragOver(e: any): void; onDragLeave(e: any): void; ondrop(e: any): void; }