export interface ChipGroupItem {
    label: string;
    id: string;
    selected: boolean;
}
