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