import { SVGProps } from 'react';

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

export { LargoCoin as default };
