import { DragDropManager, DragSource } from 'dnd-core';
export default function registerSource(type: any, source: DragSource, manager: DragDropManager): {
    handlerId: import("dnd-core").Identifier;
    unregister: () => void;
};
