import { Node } from '../../models/node'; export declare function cubeIconRect(node: Node): void; export declare function cubeTextRect(node: Node): void;