import React from "react"; import { ImageSourcePropType, StyleProp } from "react-native"; type Props = { children?: React.ReactNode; style?: StyleProp; avatarStyle?: StyleProp; icon?: string; userName: string; avatar: ImageSourcePropType; color?: string; isOnline?: boolean; onNamePress?: () => void; }; export declare const MenuUserItemComponent: React.FC; export declare const MenuUserItem: React.FC; export {}; //# sourceMappingURL=MenuUserItem.d.ts.map