export declare class DragAndDropDirective { private fileDropEmitter; onDrop(e: DragEvent): void; onDragOver(e: DragEvent): void; }