///
export declare type PanZoomRef = (node: SVGGElement | null) => void;
export declare const usePanZoom: () => PanZoomRef;
export interface WithPanZoomProps {
panZoomRef?: PanZoomRef;
}
export declare const withPanZoom: () =>
(WrappedComponent: import("react").ComponentType
) => import("react").FunctionComponent>;
//# sourceMappingURL=usePanZoom.d.ts.map