export interface SelectItem { label?: string; value: T; styleClass?: string; icon?: string; title?: string; disabled?: boolean; }