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