import { StyleProp, ViewStyle } from "react-native"; export declare type PickerProps = { disabled?: boolean; selectedValue?: any; onValueChange?: (value: any) => void; itemStyle?: StyleProp; indicatorStyle?: StyleProp; indicatorClassName?: string; defaultSelectedValue?: any; style?: StyleProp; onScrollChange?: (value: any) => void; noAnimate?: boolean; };