export interface SelectBoxOptionsInterface { value: string; label: string; }