import type { dia } from '@joint/core'; /** * Context get stored cell id inside `renderElement` function. * @internal * @group context */ export declare const CellIdContext: import("react").Context;