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