import { SVGProps } from 'react';

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

export { NearProtocol as default };
