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