export interface ComboboxChipProps { displayName: string; isFocused: boolean; onRemove: () => void; onFocus: () => void; } //# sourceMappingURL=ComboboxChip.types.d.ts.map