import { Ref } from 'react';
import type { GetInfoCallback, ProgrammaticZoomCallback } from '../types';
export declare const useZoomableHandle: (ref: Ref<unknown> | undefined, reset: () => void, zoom: ProgrammaticZoomCallback, getInfo: GetInfoCallback) => void;
//# sourceMappingURL=useZoomableHandle.d.ts.map