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