import * as SortableJS from 'sortablejs'; export declare function initSortable(el: any, onMove: any): SortableJS; export declare function swapArray(list: any, fromIndex: any, toIndex: any): any[];