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