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