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