export declare function useGridColumnOrder(): { onColumnOrdered: (colIndexCollection: number[], newColIndex: number) => void; };