import type { DroppableMode } from 'react-beautiful-dnd'; /** * Returns the closest element that is offset relative to the scroll container. */ export declare function getClosestPositionedElement({ element, mode, }: { element: HTMLElement; mode: DroppableMode; }): HTMLElement;