import { ElementRef, OnInit } from '@angular/core'; import { MatDialog } from '@angular/material/dialog'; import { FileService } from '../../services/file.service'; import { WebcamService } from '../../services/webcam.service'; import * as i0 from "@angular/core"; export declare class FilepickerComponent implements OnInit { private fileSrv; private dialog; private webcamSrv; imageInput: ElementRef; imageInputBinded: boolean; lastDefaultFileName?: string | null; constructor(fileSrv: FileService, dialog: MatDialog, webcamSrv: WebcamService); ngOnInit(): void; private openFileRequest; processFile(textInput: any): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }