export interface DragAndDropListChanges { element: HTMLElement; fromIndex: number; toIndex: number; }