import { SVGProps } from 'react';

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

export { InsightChain as default };
