import { SVGProps } from 'react';

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

export { SteemDollars as default };
