export declare type GraphAllocateFunction = (graph: object) => void; export declare const timerInterval = 100; export declare const svgTextBBoxWidthName = "data-bbox-width"; export declare const svgTextBBoxHeightName = "data-bbox-height"; export declare const svgPathLenName = "data-path-length"; export declare const ObjectStableFlagName = "data-stable-flag"; export declare function updatePathByTimer(svgPath: SVGPathElement): boolean; export declare function updateTextByTimer(svgText: SVGTextElement): void;