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