interface SegmentedItem {
  label: string;
  value: string;
}

export type { SegmentedItem };
