declare const UserButton: import("svelte").Component<any, {}, "">;
type UserButton = ReturnType<typeof UserButton>;
export default UserButton;
