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