export interface GroupNavigationItemLabel {
    name: string;
    icon?: string;
}
