import { SVGProps } from 'react';

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

export { Ontology as default };
