import { SVGProps } from 'react';

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

export { Wagerr as default };
