import React from 'react'; import { type StyleProp, type TextStyle } from 'react-native'; type PickerItemProps = { value: any; label?: string; itemTextStyle: StyleProp; }; declare const _default: React.MemoExoticComponent<({ value, label, itemTextStyle }: PickerItemProps) => React.JSX.Element>; export default _default; //# sourceMappingURL=PickerItem.d.ts.map