import { SVGProps } from 'react';

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

export { ZeroX as default };
