import type { Position } from '@atlaskit/pragmatic-drag-and-drop/types'; import type { Viewport } from './types'; export declare const getWindowOverlap: (viewport: Viewport, change: Position) => Position | null;