import type { Coordinates, ClientRect } from '../../types';
export declare function getRectDelta(rect1: ClientRect | null, rect2: ClientRect | null): Coordinates;
