export interface CropParams { left: number; top: number; width: number; height: number; }