interface NativeSelectOption { id: string; text: string; selected?: boolean; } export type { NativeSelectOption };