import { LibrarySetup, ReactZoomPanPinchComponentHelpers, ReactZoomPanPinchContext, ReactZoomPanPinchState } from "../models/context.model"; export declare const initialState: ReactZoomPanPinchState; export declare const contextInitialState: ReactZoomPanPinchComponentHelpers & ReactZoomPanPinchState & { contextInstance: ReactZoomPanPinchContext | null; }; export declare const initialSetup: LibrarySetup;