import { SVGProps } from 'react';

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

export { Bitshares as default };
