export type DataSelectionState = {
    selectedCount: number;
};
