import React from 'react';
import { PickerPropsType } from './PropsType';
export interface PickerProps extends PickerPropsType {
}
declare const Picker: React.ForwardRefExoticComponent<PickerProps & React.RefAttributes<import("./Picker").PickerActions>>;
export default Picker;