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