import React from "react"; import { ImageSourcePropType, StyleProp } from "react-native"; type Props = { children?: React.ReactNode; number: number; value?: number; avatar?: ImageSourcePropType; style?: StyleProp; }; export declare const UserListItemComponent: React.FC; export declare const UserListItem: React.FC; export {}; //# sourceMappingURL=UserListItem.d.ts.map