import React from 'react'; import { View } from 'react-native'; import type { PickerProps } from './type'; declare const Picker: React.ForwardRefExoticComponent> & React.RefAttributes>; export default Picker;