import type { PickerInstance } from './interface';
/**
 * 选择器
 */
declare const Picker: PickerInstance;
export default Picker;
