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