import { SVGProps } from 'react';

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

export { Vericoin as default };
