import type { DragDropManager, SentinelAction } from '../../interfaces.js';
export declare function createEndDrag(manager: DragDropManager): () => SentinelAction;
