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