import { SVGProps } from 'react';

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

export { CryptoCom as default };
