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