import React from 'react'; import { GestureResponderEvent, StyleProp, TextStyle, ViewStyle } from 'react-native'; interface Props { icon?: React.ComponentType<{ style?: StyleProp; }>; isHighlighted?: boolean; label: string; nativeID?: string; onPress?: (event?: GestureResponderEvent) => void; } declare const Item: (props: Props) => React.ReactElement React.ReactElement React.Component)>) | (new (props: any) => React.Component)>; export default Item; //# sourceMappingURL=MenuItem.d.ts.map