import { ImageZoomBase } from './image-zoom.common'; export declare class ImageZoom extends ImageZoomBase { picasso: any; private builder; constructor(); createNativeView(): any; initNativeView(): void; private getResourceId(res?); borderRadius: any; borderWidth: any; borderLeftWidth: any; borderRightWidth: any; borderBottomWidth: any; borderTopWidth: any; borderBottomLeftRadius: any; borderBottomRightRadius: any; borderTopLeftRadius: any; borderTopRightRadius: any; private getImage(src); clearItem(): void; private setBorderAndRadius(); private setAspectResize(); private resetImage(reload?); }