export declare const rearrangeDragItem: (initialArray: any[], oldIndex: number, newIndex: number) => any[];