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