import { Node } from '../../models/node'; export declare function leftArrowIconRect(node: Node): void; export declare function leftArrowTextRect(node: Node): void; export declare function rightArrowIconRect(node: Node): void; export declare function rightArrowTextRect(node: Node): void; export declare function twowayArrowIconRect(node: Node): void; export declare function twowayArrowTextRect(node: Node): void;