import { SVGProps } from 'react';

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

export { Everex as default };
