/// <reference types="react" />
declare const BarGraph: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
export default BarGraph;
