import { SVGProps } from 'react';

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

export { BinanceCoin as default };
