import { ElementRef, EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class UploaderComponent { appearance: 'solid' | 'outline'; extended: boolean; icon: boolean; text1: string; text2: string; caption: boolean; disabled: boolean; alert: boolean; accept: string; multiple: boolean; textCaption: string; fileListEvent: EventEmitter; filesDropped: EventEmitter; fileInput: ElementRef; isDragOver: boolean; file: any; getFile(event: any): void; selectFile(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }