import { OnChanges, SimpleChanges, EventEmitter, ElementRef } from "@angular/core"; import * as i0 from "@angular/core"; export declare class SlickProfilePictureComponent implements OnChanges { imageSrc: string; gravatarEmailAddress: string; viewOnly: boolean; width: string; height: string; resizeWidth: number; resizeHeight: number; filesChangedEmitter: EventEmitter; containerRef: ElementRef; fileInput: ElementRef; private fnOnFileInputChange; onClick(e: any): void; private onFileInputChange; onDrop(e: any): void; onDragEnter(e: any): void; onDragOver(e: any): void; onDragLeave(e: any): void; uuid: string; constructor(); ngOnChanges(changes: SimpleChanges): void; private processFile; private resizeImageToBase64; private getBase64; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }