import type NVL from '@neo4j-nvl/base'; import type { HTMLProps } from 'react'; import type { InteractiveNvlWrapperProps } from './types'; /** * The interactive React wrapper component contains a collection of interaction handlers by default * and provides a variety of common functionality and callbacks. * It is an extension of the {@link BasicNvlWrapper} component and incorporates the * @neo4j-nvl/interaction-handlers module's decorators to provide a set of interaction events. * * The mouseEventCallbacks property takes an object where various callbacks can be defined * and behavior can be toggled on and off. * * For examples, head to the {@link https://neo4j.com/docs/nvl/current/react-wrappers/#_interactive_reactive_wrapperr Interactive React wrapper documentation page}. */ export declare const InteractiveNvlWrapper: import("react").MemoExoticComponent, "ref"> & import("react").RefAttributes>>;