import { SVGProps } from 'react';

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

export { Steem as default };
