interface IDraggableElementPositionDelta { left: number; top: number; } export default IDraggableElementPositionDelta;