export interface ComboboxChipProps { displayName: string; isFocused: boolean; onRemove: () => void; onFocus: () => void; }