import { Ref } from 'vue'; /** * Use the composable `useUserAvatarUrl` to get the avatar URL of the user. * * @example * ```tsx * const userAvatarUrl = useUserAvatarUrl(); * ``` * * @docs https://docs.nhost.io/reference/vue/use-user-avatar-url */ export declare const useUserAvatarUrl: () => Ref; //# sourceMappingURL=useUserAvatarUrl.d.ts.map