export declare const CANVAS_SIZE = 5000; export declare const ZOOM_INCREMENT = 0.3; export declare const POINTER_TOOL_KEY_CODE = "p"; export declare namespace SettingKeys { const HIDE_LEFT_SIDEBAR = "hideLeftSidebar"; const HIDE_RIGHT_SIDEBAR = "hideRightSidebar"; const HIDE_BOTTOM_GUTTER = "hideBottomGutter"; } export declare namespace MetadataKeys { const CANVAS_ROOT = "canvasRoot"; const ENTITY_VISIBLE = "entityVisible"; const LAYER_DEPENDENCY_NAME = "layerProviderName"; const HOVERING = "hovering"; const REVEAL = "reveal"; const SELECTED = "selected"; const HIDDEN = "hidden"; const SELECTABLE = "selectable"; const MOVING = "moving"; const ZOOMING = "zooming"; const EDIT_LAYER = "editLayer"; const LAYER_EXPANDED = "layerExpanded"; const CHILD_LAYER_PROPERTY = "childLayerProperty"; const WORKSPACE_KEY = "workspaceKey"; } export declare namespace EditorRouteNames { const ROOT = "root"; const WORKSPACE = "workspace"; } export declare namespace ContextMenuTypes { const SYNTHETIC_ELEMENT = "syntheticElement"; } export declare namespace ToolFamily { const INTERACT = "interact"; }