import type { RemovableRef } from '@vueuse/core'; export declare function useI18n(module?: T): { locale: RemovableRef; i18n: (chainKey: string, defaultVal?: string) => string; };