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