/** * Hook that returns current language from report context, and provides function to change the language * Also include language text direction as third parameter */ export declare function useLanguage(): [string, (language: string) => void, boolean];