import { IEditorEvent } from '../editor-events'; import { IEditorState } from '../editor-state'; export default function rubberBandStateReducer(currentState: IEditorState, ev: IEditorEvent): IEditorState; export declare function rubberBandEnterReducer(currentState: IEditorState, ev: IEditorEvent): IEditorState; export declare function rubberBandStateUpdateReducer(currentState: IEditorState, ev: IEditorEvent): IEditorState; export declare function rubberBandFinishingReducer(currentState: IEditorState, ev: IEditorEvent): IEditorState;