export declare const getRectDiff: (node: HTMLElement, parentNode: HTMLElement) => { left: number; top: number; right: number; bottom: number; };