import React, { FC } from 'react'; import { IPickerProps } from '../../types'; export declare const Picker: FC>;