import { PlaitBoard } from '@plait/core'; import { MindElement } from '../../interfaces/element'; /** * 1. return new node height if height changed * 2. new height is effected by zoom */ export declare const getNewNodeHeight: (board: PlaitBoard, element: MindElement, newNodeDynamicWidth: number) => number | undefined;