import { PickerProps } from './types';
export declare const Picker: (props: PickerProps) => any;
