import { SVGProps } from 'react';

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

export { Cloudcoin as default };
