import type { PieChartContextConfig } from '../types/pie-chart.config.js'; /** * @internal */ export declare const PieChartConfigContext: import("react").Context; /** * Provider for the PieChart API config that can be shared across charts * @public */ export declare const PieChartConfig: import("react").Provider; /** * @public */ export declare const DonutChartConfig: import("react").Provider;