import { EventEmitter, OnChanges } from "@angular/core"; import * as i0 from "@angular/core"; export declare class UploadItemComponent implements OnChanges { title: String; icon: String; image: String; clickable: boolean; deletable: boolean; containImage: boolean; action: EventEmitter; delete: EventEmitter; ngOnChanges(): void; onAction(): void; onDelete(): void; log(e: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }