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