import type { PieChartProps } from './pie-chart.props'; import React from 'react'; export type { PieChartProps, PieChartSelectEvent, PieDataItem, PieRingData, PieChartData, } from './pie-chart.props'; export { isConcentricPieData } from './pie-chart.props'; export declare const PieChart: ((props: PieChartProps & { theme?: Partial; } & { width?: number | string; height?: number | string; }) => React.JSX.Element) & { displayName: string; }; //# sourceMappingURL=pie-chart.d.ts.map