import type { UserProfileProps } from '@clerk/shared/types';
declare const UserProfile: import("svelte").Component<UserProfileProps, {}, "">;
type UserProfile = ReturnType<typeof UserProfile>;
export default UserProfile;
