import type { Viewport } from '@xyflow/system'; /** * Hook for syncing the viewport with the panzoom instance. * * @internal * @param viewport */ export declare function useViewportSync(getViewport?: () => Viewport | undefined): null; //# sourceMappingURL=useViewportSync.d.ts.map