export default function useLocale(): { localeRef: import('vue').ComputedRef; t: (key: string, fallback?: string) => string; getValue: (key: string) => T | undefined; };