import { ElementRef, EventEmitter, Renderer2 } from '@angular/core'; import * as i0 from "@angular/core"; export declare class DropZoneDirective { private el; private renderer; constructor(el: ElementRef, renderer: Renderer2); hoverClass: string; dropped: EventEmitter; hovered: EventEmitter; onDrop($event: any): void; onDragOver($event: Event): void; onDragLeave($event: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } //# sourceMappingURL=drop-zone.directive.d.ts.map