import React from 'react'; import { StyleProp, ViewStyle } from 'react-native'; type IndicatorProps = { itemHeight: number; indicatorItemStyle?: StyleProp; indicatorContainerStyle?: StyleProp; }; declare const _PickerViewIndicator: { ({ itemHeight, indicatorItemStyle, indicatorContainerStyle }: IndicatorProps): React.JSX.Element; displayName: string; }; export default _PickerViewIndicator;