import type { Viewport } from '@xyflow/system'; /** * Hook for getting the current viewport from the store. * * @public * @returns The current viewport */ export declare function useViewport(): () => Viewport; //# sourceMappingURL=useViewport.d.ts.map