import { Reducer } from 'redux'; import { Actions } from '../actions'; import { UMLElementState } from './uml-element-types'; export declare const UMLElementReducer: Reducer;