import { LinkOptions } from "./interfaces"; export declare const nodeWidth = 160; export declare const ZOOM_STEP = 0.05; export declare const ZOOM_SCALE_MIN = 0.5; export declare const ZOOM_SCALE_MAX = 1.5; export declare const DEFAULT_LINK_OPTIONS: LinkOptions;