import { HTMLAttributes } from 'react'; export declare const lang: Record; type ObjectWithOptionalKeys = Partial>; export type Languages = 'RU' | 'EN' | 'DE' | 'FR' | 'CH' | 'UA'; export interface LanguageSelectionFieldProps extends Omit, 'onLangChange' | 'disabled'> { onLangChange: (value: string) => void; selectedLanguage: string; disabled?: boolean; availableLanguages: ObjectWithOptionalKeys; } export {}; //# sourceMappingURL=LanguageSelectionField.props.d.ts.map