import { I18nActions } from '../actions';
import { Reducer } from '../store/type';
import { JsonFormsI18nState } from '../store';
export declare const defaultJsonFormsI18nState: Required<JsonFormsI18nState>;
export declare const i18nReducer: Reducer<JsonFormsI18nState, I18nActions>;