export interface ReactNodeViewContextProps { onDragStart: (event: DragEvent) => void; nodeViewContentRef: (element: HTMLElement | null) => void; } export declare const ReactNodeViewContext: import("react").Context>; export declare const useReactNodeView: () => Partial; //# sourceMappingURL=useReactNodeView.d.ts.map