export interface SelectItem { label?: string; value: any; styleClass?: string; icon?: string; title?: string; }