export type OrderingStrategy = 'alphabetical' | 'concentric' | 'userDefinedGroupOrder';
