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