import React from 'react'; import { TaroPickerViewProps } from './type'; declare const PickerView: React.ForwardRefExoticComponent & React.RefAttributes>; export default PickerView;