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