import type React from "react"; import type { LangCode, LocalizedLine } from "./langCodes"; export declare const getMenuText: (texts: LocalizedLine, langCode: LangCode) => string; export interface Props { hideTitle?: boolean; size?: number; fontColor?: string; onSelect?: () => any; } export declare const LocalizationSelect: React.FC; //# sourceMappingURL=LocalizationSelect.d.ts.map