import React from 'react'; import { TaroPickerProps } from './types'; declare const Picker: React.FC>; export default Picker;