import React from 'react'; import { PickerProps } from './PropsType'; declare const Picker: React.ForwardRefExoticComponent>; export default Picker;