import { SVGProps } from 'react';

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

export { OceanProtocol as default };
