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