import { SVGProps } from 'react';

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

export { Blocknet as default };
