import { SVGProps } from 'react';

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

export { Vechain as default };
