export interface CategoryChipProps { icon: string; label: string; isSelected: boolean; onPress: () => void; }