import { SVGProps } from 'react';

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

export { Viacoin as default };
