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