import type { DraggableLocation } from 'react-beautiful-dnd'; export declare function getElementByDraggableLocation(contextId: string, location: DraggableLocation | null): HTMLElement | null;