import { NodeStyle, NodeData } from '../types'; export declare const nodeCanvasObject: (node: NodeData, ctx: CanvasRenderingContext2D, globalScale: number) => (nodeStyle: Record, nodeStatus: any) => void; export declare const nodePointerAreaPaint: (node: NodeData, color: string, ctx: CanvasRenderingContext2D, globalScale: number) => (nodeStyle: Record) => void;