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