import { Action, MainLayoutState } from '../../MainLayout/types';
import { ImmutableObject } from 'seamless-immutable';
declare const _default: <T extends ImmutableObject<MainLayoutState>>(state: T, action: Action) => T;
export default _default;
