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