import { ElementRef, EventEmitter } from "@angular/core"; /** * A material design file upload queue component. */ export declare class FileUploadInputForDirective { private element; private _queue; private _element; onFileSelected: EventEmitter; constructor(element: ElementRef); fileUploadQueue: any; onChange(): any; onDrop(event: any): any; onDropOver(event: any): any; }