import type { DragDropActions, DragDropManager } from '../../interfaces.js';
export * from './types.js';
export declare function createDragDropActions(manager: DragDropManager): DragDropActions;
