declare const pie_chart_fill: { _: { width: number; height: number; paths: { d: string; }[]; }; }; export default pie_chart_fill;