interface Option { title?: any; value?: any; group?: any; [key: string | number]: any; } interface BrSelectProps { options: Array