import { default as Picker } from './picker.taro'; export type { PickerOption } from './types'; export type { PickerProps } from './picker.taro'; export default Picker;