import UpSelect from './UpSelect';
import { UpSelectOption } from './types';
export { UpSelectOption };
export default UpSelect;
