export declare type CellNavigationMode = 'NONE' | 'CHANGE_ROW' | 'LOOP_OVER_ROW'; export declare type SortDirection = 'ASC' | 'DESC' | 'NONE';