import { OnInit, AfterViewInit, EventEmitter, OnDestroy } from '@angular/core'; import Croppr from '../../functions/croppr/index'; import * as i0 from "@angular/core"; export declare class CropperWrapperComponent implements OnInit, AfterViewInit, OnDestroy { imageSrc: string; croppr: Croppr | undefined | null; croppSize: { width: number; height: number; }; onKeyDown(): void; onKeyUp(): void; set _imageSrc(value: string); set setSize(value: any); croppUpdate: EventEmitter<{ x: number; y: number; width: number; height: number; }>; constructor(); ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }