import React from "react"; import { GestureResponderEvent, StyleProp } from "react-native"; type Props = { style?: StyleProp; user: { [key: string]: any; }; verified?: boolean; userCode?: string; verifiedText?: string; editText?: string; onClosePress?: (event?: GestureResponderEvent) => void; onUserCodeClick?: () => void; onUserPress?: (event?: GestureResponderEvent) => void; }; export declare const UserDrawerBar: React.FC; export {}; //# sourceMappingURL=UserDrawerBar.d.ts.map