import { type PropsWithChildren } from 'react'; /** * @internal */ export declare const ChartGridPlot: import("react").MemoExoticComponent<({ children }: PropsWithChildren) => import("react/jsx-runtime.js").JSX.Element>;