import { SVGProps } from 'react';

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

export { Cloakcoin as default };
