import React from 'react'; import type { WheelPickerProps } from './index.types'; export declare const Wheel: ({ containerProps, containerStyle, itemHeight, itemSelectedStyle, listProps, onChange, options, renderItem, selectedIndex, visibleItemsCount, }: WheelPickerProps) => import("react/jsx-runtime").JSX.Element; declare const _default: React.MemoExoticComponent<({ containerProps, containerStyle, itemHeight, itemSelectedStyle, listProps, onChange, options, renderItem, selectedIndex, visibleItemsCount, }: WheelPickerProps) => import("react/jsx-runtime").JSX.Element>; export default _default; //# sourceMappingURL=index.d.ts.map