import type { Rect } from '../types'; export declare function findNextElement(target: HTMLElement, direction: string, rects: Rect[], straightOverlapThreshold: number, straightOnly: boolean): HTMLElement | null; //# sourceMappingURL=findNextElement.d.ts.map