import { EventEmitter } from '@angular/core'; import { InputDisplay } from "../enum/input-display"; import * as i0 from "@angular/core"; export declare class FileUploadComponent { valueChange: EventEmitter; label: string; labelText: string; uploadedFiles: any[]; selectedCategories: any[]; chooseLabel: string; uploadLabel: string; mode: any; required: boolean; hint: string; fontWeight: string | number; display: InputDisplay; myUploader(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }