import React from 'react';
import { WhellPickerItemProps } from './type';
declare function WheelPickerItem({ textStyle, style, visibleRest, height, option, index, currentIndex }: WhellPickerItemProps): React.JSX.Element;
declare const _default: React.MemoExoticComponent<typeof WheelPickerItem>;
export default _default;
