import { Reducer } from 'redux';
import { DimensionState } from '../state/state';
export declare const DimensionReducer: Reducer<DimensionState>;
