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;
}
export declare const LocalizationSelect: React.FC<Props>;
//# sourceMappingURL=LocalizationSelect.d.ts.map