export type SelectItem = { text: string; value: any; };