import { PlaitBoard, Point, RectangleClient } from '@plait/core'; import { MindElement } from '../interfaces/element'; import { PlaitMindBoard } from './with-mind.board'; export declare const withNodeResize: (board: PlaitBoard) => PlaitBoard; export declare const getSelectedTarget: (board: PlaitMindBoard, point: Point) => MindElement | null; export declare const getResizeActiveRectangle: (board: PlaitBoard, element: MindElement) => RectangleClient;