import { SVGProps } from 'react';

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

export { DeepbrainChain as default };
