import React from "react"; import { GestureResponderEvent, StyleProp } from "react-native"; type Props = { style?: StyleProp; user: { [key: string]: any; }; badge?: boolean; onMenuPress?: (event?: GestureResponderEvent) => void; onUserPress?: (event?: GestureResponderEvent) => void; onMarketPress?: (event?: GestureResponderEvent) => void; renderStartButton?: (any: any) => void; }; export declare const UserBar: React.FC; export {}; //# sourceMappingURL=UserBar.d.ts.map