export declare const SET_ON_CONNECT = "SET_ON_CONNECT"; export declare const SET_ON_CONNECT_START = "SET_ON_CONNECT_START"; export declare const SET_ON_CONNECT_STOP = "SET_ON_CONNECT_STOP"; export declare const SET_ON_CONNECT_END = "SET_ON_CONNECT_END"; export declare const SET_ELEMENTS = "SET_ELEMENTS"; export declare const UPDATE_NODE_DIMENSIONS = "UPDATE_NODE_DIMENSIONS"; export declare const UPDATE_NODE_POS = "UPDATE_NODE_POS"; export declare const UPDATE_NODE_POS_DIFF = "UPDATE_NODE_POS_DIFF"; export declare const SET_USER_SELECTION = "SET_USER_SELECTION"; export declare const UPDATE_USER_SELECTION = "UPDATE_USER_SELECTION"; export declare const UNSET_USER_SELECTION = "UNSET_USER_SELECTION"; export declare const SET_SELECTION = "SET_SELECTION"; export declare const UNSET_NODES_SELECTION = "UNSET_NODES_SELECTION"; export declare const SET_SELECTED_ELEMENTS = "SET_SELECTED_ELEMENTS"; export declare const RESET_SELECTED_ELEMENTS = "RESET_SELECTED_ELEMENTS"; export declare const ADD_SELECTED_ELEMENTS = "ADD_SELECTED_ELEMENTS"; export declare const UPDATE_TRANSFORM = "UPDATE_TRANSFORM"; export declare const UPDATE_SIZE = "UPDATE_SIZE"; export declare const INIT_D3ZOOM = "INIT_D3ZOOM"; export declare const SET_MINZOOM = "SET_MINZOOM"; export declare const SET_MAXZOOM = "SET_MAXZOOM"; export declare const SET_TRANSLATEEXTENT = "SET_TRANSLATEEXTENT"; export declare const SET_CONNECTION_POSITION = "SET_CONNECTION_POSITION"; export declare const SET_CONNECTION_NODEID = "SET_CONNECTION_NODEID"; export declare const SET_SNAPTOGRID = "SET_SNAPTOGRID"; export declare const SET_SNAPGRID = "SET_SNAPGRID"; export declare const SET_INTERACTIVE = "SET_INTERACTIVE"; export declare const SET_NODES_DRAGGABLE = "SET_NODES_DRAGGABLE"; export declare const SET_NODES_CONNECTABLE = "SET_NODES_CONNECTABLE"; export declare const SET_ELEMENTS_SELECTABLE = "SET_ELEMENTS_SELECTABLE"; export declare const SET_MULTI_SELECTION_ACTIVE = "SET_MULTI_SELECTION_ACTIVE"; export declare const SET_CONNECTION_MODE = "SET_CONNECTION_MODE"; export declare const SET_NODE_EXTENT = "SET_NODE_EXTENT";