/// <reference types="react" />
import { WheelPickerProps } from './type';
export default function WheelPicker<T>({ itemHeight, data, visibleRest, textStyle, contentContainerStyle, indicatorBgColor, value, onChange, ...props }: WheelPickerProps<T>): JSX.Element;
//# sourceMappingURL=index.d.ts.map