import type { SVGProps } from 'react'; import * as React from 'react'; declare const SvgGraphBar: (props: SVGProps) => React.JSX.Element; export default SvgGraphBar; //# sourceMappingURL=GraphBar.d.ts.map