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