import { SVGProps } from 'react'; declare const Oax: (props: SVGProps) => JSX.Element; export { Oax as default };