import { ElementRef, EventEmitter } from '@angular/core'; import { Nullable, SecurityLevels } from 'influent-core'; import * as i0 from "@angular/core"; export declare class FilePickerComponent { filePicker: Nullable>; label: string; accept: string; iconHeight: string; color: string; security: SecurityLevels; securityThreshold: SecurityLevels; shouldDisable: boolean; filesSelected: EventEmitter; icon: import("@fortawesome/fontawesome-common-types").IconDefinition; get disabled(): boolean; add(): void; fileSelectionHandler(e: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }