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