export declare function addTooltip(svgElement: SVGGraphicsElement): { update: (text: string, x: number, y: number) => void; show: () => void; hide: () => void; remove: () => void; };