import { Canvas2DGraphProps } from './types'; export declare const GraphCanvas2D: (props: Canvas2DGraphProps) => import("react/jsx-runtime").JSX.Element;