export declare const INIT_ELEMENTS = "INIT_ELEMENTS"; export declare const SET_ELEMENTS = "SET_ELEMENTS"; export declare const CHANGE_OBJECTS_PROPERTIES = "CHANGE_OBJECTS_PROPERTIES"; export declare const SELECT_OBJECTS = "SELECT_OBJECTS"; export declare const ADD_OBJECTS = "ADD_OBJECTS"; export declare const REMOVE_OBJECTS = "REMOVE_OBJECTS"; export declare const REPLACE_OBJECTS = "REPLACE_OBJECTS"; export declare const CLEAR_OBJECTS = "CLEAR_OBJECTS"; export declare const SET_TOOL = "SET_TOOL"; export declare const SET_HIDE_SELECTION = "SET_HIDE_SELECTION"; export declare const ADD_TEMP_OBJECTS = "ADD_TEMP_OBJECTS"; export declare const REMOVE_TEMP_OBJECTS = "REMOVE_TEMP_OBJECTS"; export declare const SET_INITIAL_URLS = "SET_INITIAL_URLS"; export declare const OVERWRITE_OBJECT = "OVERWRITE_OBJECT"; export declare const BEGIN_EDIT = "BEGIN_EDIT"; export declare const END_EDIT = "END_EDIT"; export declare const SET_PREVIEW_ELEMENTS = "SET_PREVIEW_ELEMENTS"; export declare const CHANGE_PREVIEW_STYLES = "CHANGE_PREVIEW_STYLES";