import * as React from 'react'; import type { ChartsContextValue } from "./ChartsProvider.types.js"; /** * @ignore - internal component. */ export declare const ChartsContext: React.Context | null>;