import { type ChartVariant } from '../../types/internal/pie-chart.js'; import { PieChartProps } from '../../types/pie-chart.config.js'; export declare const PieChartPlot: (props: Omit & { variant: ChartVariant; } & import("react").RefAttributes) => React.ReactElement | null;