import * as React from 'react';
export { UserProfileError, UserProfileErrorProps, UserProfileLoading, UserProfileLoadingProps } from './lib/user-profile.cjs';
import { AuthToken } from './api/api-provider.cjs';
import { WidgetRootDomProps } from './lib/utils.cjs';
import './api/endpoint.cjs';
import '@tanstack/react-query';
import './api/widgets-api-client.cjs';
import 'react/jsx-runtime';
import './lib/elements.cjs';
import '@radix-ui/themes';
import '@radix-ui/themes/props';
import './dialog-CGXwsXVe.cjs';
import '@radix-ui/themes/components/dialog';
import './alert-dialog-BMbVcJfZ.cjs';
import '@radix-ui/themes/components/alert-dialog';
import './dropdown-menu-BQ5LtvdR.cjs';
import '@radix-ui/themes/components/dropdown-menu';
import './select-KR89Qnvm.cjs';
import '@radix-ui/themes/components/select';

interface UserProfileProps extends WidgetRootDomProps {
    authToken: AuthToken;
}
declare const UserProfile: React.FC<UserProfileProps>;

export { UserProfile, type UserProfileProps };
