import React from 'react';
import { InjectedIntlProps } from 'react-intl';
import { InputSelectComponentProps } from '../../../lib/types/types';
export declare const ChangeLocaleComponent: React.ComponentClass<Pick<InputSelectComponentProps, "label" | "isErrored" | "onChange" | "onKeyDown" | "placeholder" | "value" | "isRequired" | "options">, any> & {
    WrappedComponent: React.ComponentType<InputSelectComponentProps & InjectedIntlProps>;
};
