export type UserChallengesProps = {
    userId: string;
};
export default function UserChallenges({ userId }: UserChallengesProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=UserChallenges.d.ts.map