import type { LocalizedText } from '../../web-components/mlc-layout/types'; export declare const getLocalizedText: (localizedText: LocalizedText, lang?: string) => string;