import { ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core'; import { Subscription } from 'rxjs'; import { UploadOutput, UploaderOptions } from './interfaces'; import { NgUploaderService } from './ngx-uploader.class'; import * as i0 from "@angular/core"; export declare class NgFileSelectDirective implements OnInit, OnDestroy { elementRef: ElementRef; options: UploaderOptions; uploadInput: EventEmitter; uploadOutput: EventEmitter; upload: NgUploaderService; el: HTMLInputElement; _sub: Subscription[]; constructor(elementRef: ElementRef); ngOnInit(): void; ngOnDestroy(): void; fileListener: () => void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }