import React from "react"; import { GestureResponderEvent, StyleProp } from "react-native"; type Props = { style?: StyleProp; iconName?: string; iconFont?: string; color?: string; badge?: string; feature?: boolean; onPress?: (event?: GestureResponderEvent) => void; }; export declare const MenuItem: React.FC; export {}; //# sourceMappingURL=MenuItem.d.ts.map