export interface SelectListItem { text: string; value: T; group?: string; }