import { Node } from '../../models/node'; export declare function rectangle(ctx: CanvasRenderingContext2D, node: Node): void;