import { EventEmitter, ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class FileDialogComponent { constructor(); extensions: string; multiple: boolean; onOk: EventEmitter; file: ElementRef; dialogForm: any; show(): void; ok(fileList: FileList): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }