import { SVGProps } from 'react';

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

export { VethorToken as default };
