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