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