import React from 'react';
import { ItemWithRenderProps } from './DonutChart';
export declare type Props = {
    item: ItemWithRenderProps;
};
declare const ArcPath: React.FC<Props>;
export default ArcPath;
//# sourceMappingURL=ArcPath.d.ts.map