import { SVGProps } from 'react';

declare const TheGraph: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { TheGraph as default };
