export interface SelectOption { value: string; text: string; selected?: boolean; }