import { DragDropManager, SentinelAction } from '../../interfaces'; export default function createPublishDragSource(manager: DragDropManager): () => SentinelAction | undefined;