declare let Option: any; declare let Options: any; declare let value2array: any; declare let optionValueCompare: any; declare let highlight: any; export { Option, value2array, optionValueCompare, Options, highlight }; import Select from './select'; export default Select; export { type SelectProps, type OptionProps, type OptGroupProps } from './interface';