import { SVGProps } from 'react';

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

export { OriginProtocol as default };
