import { SVGProps } from 'react';

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

export { Sumokoin as default };
