import { SVGProps } from 'react';

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

export { InjectiveProtocol as default };
