/// <reference types="react" />
export declare type UserChallengesProps = {
    userId: string;
};
export default function UserChallenges({ userId }: UserChallengesProps): JSX.Element;
