export interface SelectOption { value: any; label: string; }