import { type PropsWithChildren } from 'react'; /** * Chart Layout graph-area component. */ export declare const Graph: { ({ children }: PropsWithChildren): import("react/jsx-runtime").JSX.Element; displayName: string; };