export declare const useTranslation: () => { t: (key: string, defaultValue?: string, variables?: Record) => string; locale: string; setLocale: (locale: string) => void; isLoading: boolean; availableLocales: string[]; };