export declare enum DataSourcePanelMode { NORMAL = "normal", SORT = "sort", EXPORT = "export", EXPORTING = "exporting", SORTING = "sorting" }