import React from 'react'; import { TreeNode } from '@thevikalp/designable-core'; export interface ISelectionBoxProps { node: TreeNode; showHelpers: boolean; } export declare const SelectionBox: React.FC; export declare const Selection: React.MemoExoticComponent>;