import { ReactZoomPanPinchContentRef, ReactZoomPanPinchContext, ReactZoomPanPinchContextState, ReactZoomPanPinchRef } from "../models/context.model";
export declare const getControls: (contextInstance: ReactZoomPanPinchContext) => ReactZoomPanPinchContentRef;
export declare const getState: (contextInstance: ReactZoomPanPinchContext) => ReactZoomPanPinchContextState;
export declare const getContext: (contextInstance: ReactZoomPanPinchContext) => ReactZoomPanPinchRef;
