import { SVGProps } from 'react';

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

export { Streamr as default };
