import { SPainter } from "@persagy-web/draw/lib"; import { SGraphItem } from "../SGraphItem"; export declare class SAnchorItem extends SGraphItem { private width; private height; isConnected: boolean; dis: number; sceneDis: number; constructor(parent?: SGraphItem | null); onDraw(painter: SPainter): void; }