import { LANGUAGE_KEY_ENUM } from './CommonType'; export declare const getLanguageLabel: (key: LANGUAGE_KEY_ENUM, language?: string) => string;