import type { Node } from '../facet/layout/node'; /** * 获取当前node所有children的总高度 * @param node */ export declare const getAllChildrenNodeHeight: (node: Node) => number;