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