import { SVGProps } from 'react';

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

export { HighPerformanceBlockchain as default };
