import { ElementRef, EventEmitter } from '@angular/core'; import { Store } from '@ngrx/store'; import { RawService } from '../../store/raw/raw.service'; import * as i0 from "@angular/core"; export declare class YapUploadComponent { private store; private rawService; mode: string; accept: string; labelTranslate: string; uploaded: EventEmitter; uploadedFile: EventEmitter; fileInput: ElementRef; constructor(store: Store, rawService: RawService); onFileSelect($event: Event): void; asyncEmit(file: File): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }