import { IEditorEvent } from '../editor-events'; import { IEditorState } from '../editor-state'; export declare const DRAWN_SHAPE_ID = "___"; export default function drawStateReducer(currentState: IEditorState, ev: IEditorEvent): IEditorState;