import React from 'react'; import { PickerProps } from './Picker.types'; import './Picker.less'; declare const Picker: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export default Picker;