export interface SelectItem { text?: string; value: any; }