import { WheelPickerProps } from '../types'; export declare const WheelPicker: ({ data, selectedValue, setSelectedValue, handleKeyDown, isFocused, dropDownItemClassName, containerClassName, listClassName, position, containerHeight, ...rest }: WheelPickerProps) => import("react").JSX.Element | null; export default WheelPicker;