import React from 'react';
import type { PickerProps } from './Picker.d';
declare const Picker: React.FC<PickerProps>;
export default Picker;
