/**
 * @license
 * Copyright ASW (A Software World) All Rights Reserved.
 *
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file
 */
import { EventEmitter } from '@angular/core';
import * as i0 from "@angular/core";
export declare class AswDragAndDropDirective {
    fileOver: boolean;
    fileDropped: EventEmitter<any>;
    onDragOver(evt: any): void;
    onDragLeave(evt: any): void;
    ondrop(evt: any): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<AswDragAndDropDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<AswDragAndDropDirective, "[aswDragAndDrop]", never, {}, { "fileDropped": "fileDropped"; }, never, never, false, never>;
}
