/**
 * Returns locale from either component or context
 *
 * @returns String
 */
export declare const useTranslation: () => string;
