import { SVGProps } from 'react';

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

export { Oax as default };
