import type { dia } from '@joint/core'; /** * ToolsView context provides a tools view instance to its children. * @see https://docs.jointjs.com/api/dia/ToolView * @group context */ export declare const ToolsViewContext: import("react").Context;