import React from 'react'; interface GraphTooltipProps { children: React.ReactNode; contextElement: Element | null; frozen?: boolean; } declare const GraphTooltip: ({ children, contextElement, frozen, }: GraphTooltipProps) => React.JSX.Element; export default GraphTooltip; //# sourceMappingURL=index.d.ts.map