import { SVGProps } from 'react';

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

export { Belacoin as default };
