/**
 * Obtains the `HTMLElement` with the data attribute passed down through
 * `provided.dragHandleProps`
 */
export declare function findDragHandle({ contextId, draggableId, }: {
    contextId: string;
    draggableId: string;
}): HTMLElement | null;
