import { SVGProps } from 'react';

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

export { BountyzeroX as default };
