import { SVGProps } from 'react'; declare const Streamr: (props: SVGProps) => JSX.Element; export { Streamr as default };