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