import { ReactZoomPanPinchContextState } from "../models";
export declare const useTransformInit: (callback: (ref: ReactZoomPanPinchContextState) => void | (() => void)) => void;
