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