import { LibrarySetup, ReactZoomPanPinchProps, ReactZoomPanPinchState } from "../models/context.model";
export declare const createState: (props: ReactZoomPanPinchProps) => ReactZoomPanPinchState;
export declare const createSetup: (props: ReactZoomPanPinchProps) => LibrarySetup;
