import { SVGProps } from 'react'; declare const Blocknet: (props: SVGProps) => JSX.Element; export { Blocknet as default };