import React from 'react'; import { StyleProp, TextStyle, Animated, ViewStyle } from 'react-native'; import { PickerOption } from 'src/types'; interface ItemProps { textStyle: StyleProp; textClassName: string; style: StyleProp; option: PickerOption | null; height: number; index: number; currentScrollIndex: Animated.AnimatedAddition; visibleRest: number; rotationFunction: (x: number) => number; opacityFunction: (x: number) => number; scaleFunction: (x: number) => number; } declare const _default: React.NamedExoticComponent; export default _default; //# sourceMappingURL=wheel-picker-item.d.ts.map