import React from 'react'; import { DonutChartContextProps, DonutChartEventProps, DonutChartProps } from './types'; export declare const ChartContext: React.Context; declare const DonutChart: { (props: DonutChartProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export { DonutChart, type DonutChartEventProps }; //# sourceMappingURL=index.d.ts.map