import React from 'react';
import { PickerActions, TaroPickerProps } from './types';
declare const Picker: React.ForwardRefExoticComponent<Partial<TaroPickerProps> & React.RefAttributes<PickerActions>>;
export default Picker;
