import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class AjfDndDirective { private _file; readonly file: Observable; private _over; get over(): boolean; onDragOver(evt: DragEvent): void; onDragLeave(evt: DragEvent): void; onDrop(evt: DragEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }