import { type PropsWithChildren } from 'react'; /** * Chart Layout graph-area component. */ export declare const Graph: { ({ children }: PropsWithChildren): import("react").JSX.Element; displayName: string; }; //# sourceMappingURL=Graph.d.ts.map