import { SVGProps } from 'react';

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

export { BinanceUsd as default };
